DevTitleBarIcon Property
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
public Icon Icon { get; set; }
<BrowsableAttribute(true)>
Public Property Icon As Icon
Get
Set
Dim instance As DevTitleBar
Dim value As Icon
value = instance.Icon
instance.Icon = value
public:
[BrowsableAttribute(true)]
property Icon^ Icon {
Icon^ get ();
void set (Icon^ value);
}
[<BrowsableAttribute(true)>]
member Icon : Icon with get, set
No code example is currently available or this language may not be supported.
Property Value
Icon
The icon for this
DevTitleBar control.