User Tools

Site Tools


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

Table of Contents

TGIS_ControlScale.Glow property

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

Draw "glowing" shadow around scale.

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

Syntax

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

Value

Type
bool
Boolean
2022/11/16 01:38

Page Tools