User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.SelectionGisColor property

DK for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.SelectionGisColor | Constructors | Fields | Methods | Properties | Events

Color used for selecting object. See also SelectionTransparency.

Available also on: Delphi FMX | Java | ActiveX.

Syntax

// C#
[Browsable(false)]
public TGIS_Color SelectionGisColor
{
  get {}
  set {}
}
' VisualBasic
<Browsable(false)>
Public Property SelectionGisColor As TGIS_Color
  Get
  End Get
  Set(ByVal value As TGIS_Color)
  End Set
End Property
// Oxygene
public
  [Browsable(false)]
  property SelectionGisColor : TGIS_Color read read;

Value

Type
TGIS_Color
2025/01/31 01:14

Page Tools