User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.SelectionWidth property

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.SelectionWidth | Constructors | Fields | Methods | Properties | Events

Outline width of selection area (>0 in twips, <0 in pixels).

Available also on: Delphi FMX | Java | ActiveX | Python.

Syntax

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

Value

Type
int
Integer
2022/11/16 01:38

Page Tools