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.C1PrintDocument
Assembly:  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

Inheritance Hierarchy

System..::.Object
  C1.C1PrintDocument..::.C1DocStyle

See Also