User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.SelectionTransparency property

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

Transparency value for selection; if 100 SelectionGisColor will not be transparent.

Available also on: Delphi FMX | Java | ActiveX.

Syntax

// C#
[DefaultValue(60)]
public Integer SelectionTransparency
{
  get {}
  set {}
}
' VisualBasic
<DefaultValue(60)>
Public Property SelectionTransparency As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  [DefaultValue(60)]
  property SelectionTransparency : Integer read read;

Value

Type
int
Integer
2025/01/31 01:14

Page Tools