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

Syntax

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

See Also