Persistate API documentation
LayoutStyle Property
NamespacesPersistateIStyledLayoutStyle

[This is preliminary documentation and is subject to change.]

Gets or sets the current LayoutStyle of the control.
Declaration Syntax
C#
LayoutStyle LayoutStyle { get; set; }
Remarks

The LayoutStyle retrieved by this property is the "effective" style for the control. If any LayoutStyle has been set for an IStyledControl using this property, then this should be the effective style. Otherwise the effective is style normally that of the innermost enclosing IStyled control.

If the style is set using this property, then ApplyLayoutStyle is called to immediately set appropriate control properties.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)