Namespace: Volumerenderer.Properties
Assembly: Volumes (in Volumes.exe)

Syntax

Visual Basic (Declaration)
Friend Shared ReadOnly Property unten As Bitmap
C#
internal static Bitmap unten { get; }
C++
internal static property Bitmap unten {
    Bitmap get();
}
J#
/** property */
internal Bitmap get_unten();
JScript
internal function get unten() : Bitmap

See Also