KaxDockLayoutSkin Property |
Gets or sets the skin name for the child controls' user interface.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [TypeConverterAttribute("Kettic.AspNet.Controls.Design.SkinTypeConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")]
public string Skin { get; set; }
<TypeConverterAttribute("Kettic.AspNet.Controls.Design.SkinTypeConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")>
Public Property Skin As String
Get
Set
public:
[TypeConverterAttribute(L"Kettic.AspNet.Controls.Design.SkinTypeConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")]
virtual property String^ Skin {
String^ get () sealed;
void set (String^ value) sealed;
}
[<TypeConverterAttribute("Kettic.AspNet.Controls.Design.SkinTypeConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")>]
abstract Skin : string with get, set
[<TypeConverterAttribute("Kettic.AspNet.Controls.Design.SkinTypeConverter, Kettic.AspNet.Controls, Version=2014.04.1129.0, Culture=neutral, PublicKeyToken=b0aa88e29aff773e")>]
override Skin : string with get, set
Property Value
Type:
StringA string containing the skin name for the control user interface. The
default is string.Empty.
Implements
ISkinnableControlSkinRemarks
If this property is set, KaxDockLayout will set the Skin and EnableEmbeddedSkins properties
of each child KaxDock and KaxDockZone, unless their Skin property is not explicitly set.
See Also