IndirectAttributeVariable<Font>.IndirectAttributeVariable<Font> Constructors
Initializes a new instance of the IndirectAttributeVariable<Font> class.
Overload List
Name | Description | |
---|---|---|
Public method | IndirectAttributeVariable(Atom key) | Initializes a new instance of the IndirectAttributeVariable<Font> that returns the value of the specified attribute. |
Public method | IndirectAttributeVariable(Atom key, Font defaultValue) | Initializes a new instance of the IndirectAttributeVariable<Font> that returns the value of the specified attribute or the specified default value if the attribute is missing or is of the wrong type. |
IndirectAttributeVariable(Atom key)
Initializes a new instance of the IndirectAttributeVariable<Font> that returns the value of the specified attribute.Syntax
public IndirectAttributeVariable<Font> (
Atom key
)
Parameters
key
Type: Atom
An atom that specifies which attribute value is returned.
An atom that specifies which attribute value is returned.
IndirectAttributeVariable(Atom key, Font defaultValue)
Initializes a new instance of the IndirectAttributeVariable<Font> that returns the value of the specified attribute or the specified default value if the attribute is missing or is of the wrong type.Syntax
public IndirectAttributeVariable<Font> (
Atom key,
Font defaultValue
)
Parameters
key
Type: Atom
An atom that specifies which attribute value is returned.
An atom that specifies which attribute value is returned.
defaultValue
Type: Font
The value that is returned if the attribute value specified by key is not present, or is of the wrong type and could not be converted to the correct return type.
The value that is returned if the attribute value specified by key is not present, or is of the wrong type and could not be converted to the correct return type.
Platforms
Windows, Linux, Android