User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.selectioncolor

Table of Contents

TGIS_ViewerWnd.SelectionColor property

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.

Syntax

// 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;

Value

Type
Color
2022/11/16 01:38

Page Tools