User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.selectiontransparency

Table of Contents

ITGIS_ViewerWnd.SelectionTransparency property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.SelectionTransparency | Methods | Properties

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

Available also on: Delphi FMX | .NET WinForms | Java | Python.

Syntax

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

Value

Type
int
Integer
2022/11/16 01:12

Page Tools