DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ControlNorthArrow.Style | Constructors | Methods | Properties
Symbol style, used if Path is empty.
Available also on: Delphi FMX | Java | ActiveX | Python.
// C# [DefaultValue(typeOf(TGIS_ControlNorthArrowStyle),TGIS_ControlNorthArrowStyle.Arrow1)] public TGIS_ControlNorthArrowStyle Style { get {} set {} }
' VisualBasic <DefaultValue(typeOf(TGIS_ControlNorthArrowStyle),TGIS_ControlNorthArrowStyle.Arrow1)> Public Property Style As TGIS_ControlNorthArrowStyle Get End Get Set(ByVal value As TGIS_ControlNorthArrowStyle) End Set End Property
// Oxygene public [DefaultValue(typeOf(TGIS_ControlNorthArrowStyle),TGIS_ControlNorthArrowStyle.Arrow1)] property Style : TGIS_ControlNorthArrowStyle read read;