User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_controlscale.transparent

Table of Contents

TGIS_ControlScale.Transparent property

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ControlScale.Transparent | Constructors | Methods | Properties | Events

If True then control will be drawn as transparent.

Available also on: Delphi VCL | Java | ActiveX.

Syntax

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

Value

Type
bool
Boolean
2021/12/07 09:06

Page Tools