[This is preliminary documentation and is subject to change.]
This interface is implemented by all controls that can have their
style set by a LayoutStyle.
| C# |
public interface IStyled
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| ApplyLayoutStyle()()()() | Sets appropriate property values from the current LayoutStyle for the control. | |
| LayoutStyle | Gets or sets the current LayoutStyle of the
control. | |
| UseAppliedStyles | Gets or sets a value indicating whether LayoutStyles should be applied to this control at
run time. |
This is inherited by the IPControl and IMappableContainer
interfaces.