Click or drag to resize
Wizard .NET Library

ThemedTableLayoutPanelSupportGlass Property

Gets or sets a value indicating whether this table supports glass (can be enclosed in the glass margin).

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(false)]
public bool SupportGlass { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if supports glass; otherwise, false.
See Also