DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.SelectionColor | Constructors | Fields | Methods | Properties | Events
Color for selected objects.
Available also on: Delphi FMX | ActiveX | Python.
// C# [DefaultValue(typeOf(Color),Color.Red)] public Color SelectionColor { get {} set {} }
' VisualBasic <DefaultValue(typeOf(Color),Color.Red)> Public Property SelectionColor As Color Get End Get Set(ByVal value As Color) End Set End Property
// Oxygene public [DefaultValue(typeOf(Color),Color.Red)] property SelectionColor : Color read read;
Type |
---|
Color |