Represents the style for a user.
NOTES for implementator:
When new always-stored property is adding check the following methods:
InitStoredAttributes
ChildPropertyChangeEH or ImageAlignChangedEH
Also add an event handler to listen properties changings.
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class C1DocStyle : IPropertyChange, ICopyAssignable, IDisposable |
Visual Basic (Declaration) |
---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public Class C1DocStyle _ Implements IPropertyChange, ICopyAssignable, IDisposable |