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

Syntax

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

See Also