Class cmf_Style
Class for the item type cmf_Style
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class cmf_Style : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View Sourcecmf_Style()
Declaration
protected cmf_Style()
cmf_Style(ElementFactory, Object[])
Declaration
public cmf_Style(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceBackgroundColor()
Retrieve the background_color
property of the item
Declaration
public IProperty_Text BackgroundColor()
Returns
Type | Description |
---|---|
IProperty_Text |
FontFamily()
Retrieve the font_family
property of the item
Declaration
public IProperty_Text FontFamily()
Returns
Type | Description |
---|---|
IProperty_Text |
FontSize()
Retrieve the font_size
property of the item
Declaration
public IProperty_Number FontSize()
Returns
Type | Description |
---|---|
IProperty_Number |
FontStyle()
Retrieve the font_style
property of the item
Declaration
public IProperty_Text FontStyle()
Returns
Type | Description |
---|---|
IProperty_Text |
FontWeight()
Retrieve the font_weight
property of the item
Declaration
public IProperty_Text FontWeight()
Returns
Type | Description |
---|---|
IProperty_Text |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
TextAlign()
Retrieve the text_align
property of the item
Declaration
public IProperty_Text TextAlign()
Returns
Type | Description |
---|---|
IProperty_Text |
TextColor()
Retrieve the text_color
property of the item
Declaration
public IProperty_Text TextColor()
Returns
Type | Description |
---|---|
IProperty_Text |
TextDecoration()
Retrieve the text_decoration
property of the item
Declaration
public IProperty_Text TextDecoration()
Returns
Type | Description |
---|---|
IProperty_Text |