Persistate API documentation
LayoutStyle Property
NamespacesPersistate.UI.DesktopPBoundLabelLayoutStyle

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

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

The LayoutStyle retrieved by this property is the "effective" style for the control. If any LayoutStyle has been set using this property, then this is the effective style. Otherwise the effective style is 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.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)