Represents the style of an object.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Style
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Style

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..Style

See Also