DK11 for .NET | TatukGIS.NDK.WPF.TGIS_ViewerWnd.BackgroundColor | Constructors | Methods | Properties | Events
Background color.
Available also on: Delphi FMX | Python.
// C# [DefaultValue(typeOf(Color),SystemColors.WindowColor)] public Color BackgroundColor { get {} set {} }
' VisualBasic <DefaultValue(typeOf(Color),SystemColors.WindowColor)> Public Property BackgroundColor As Color Get End Get Set(ByVal value As Color) End Set End Property
// Oxygene public [DefaultValue(typeOf(Color),SystemColors.WindowColor)] property BackgroundColor : Color read read;
Type |
---|
Color |