Persistate API documentation
LayoutStyle Property
NamespacesPersistate.UI.DesktopPSplitContainerLayoutStyle

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

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

The LayoutStyle retrieved by this property is the "effective" style for the PContainer. If any LayoutStyle has been set for the PContainer using this property, then this is the effective style. If not, then any LayoutStyle associated with the layout showing in the PContainer 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)