User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_controlnortharrow.color2

Table of Contents

TGIS_ControlNorthArrow.Color2 property

Syntax

// C#
[DefaultValue(typeOf(Color),Color.Black)]
public Color Color2
{
  get {}
  set {}
}
' VisualBasic
<DefaultValue(typeOf(Color),Color.Black)>
Public Property Color2 As Color
  Get
  End Get
  Set(ByVal value As Color)
  End Set
End Property
// Oxygene
public
  [DefaultValue(typeOf(Color),Color.Black)]
  property Color2 : Color read read;

Value

Type
Color
2025/01/31 01:14

Page Tools