User Tools

Site Tools


api:dk11:net:tatukgis.ndk.wpf.tgis_viewerwnd.backgroundcolor

Table of Contents

TGIS_ViewerWnd.BackgroundColor property

DK11 for .NET | TatukGIS.NDK.WPF.TGIS_ViewerWnd.BackgroundColor | Constructors | Methods | Properties | Events

Background color.

Available also on: Delphi FMX | Python.

Syntax

// 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;

Value

Type
Color
2022/11/16 01:39

Page Tools