Persistate API documentation
UseAppliedStyles Property
NamespacesPersistateIStyledUseAppliedStyles

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

Gets or sets a value indicating whether LayoutStyles should be applied to this control at run time.
Declaration Syntax
C#
bool UseAppliedStyles { get; set; }
Remarks
This is true by default. If set false, then no control properties will be changed when the effective layout style for the control changes, or ApplyLayoutStyle is called. Inheritors should always check the state of this property in the ApplyLayoutStyle method and do nothing if set false.

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