Class FlexIcon
public class FlexIcon : FlexComponent, IAdditionalDataHolder, IParsable
- Inheritance
-
FlexIcon
- Implements
-
IAdditionalDataHolderIParsable
- Inherited Members
Properties
AspectRatio
The aspectRatio property
public string? AspectRatio { get; set; }
Property Value
Margin
The margin property
public string? Margin { get; set; }
Property Value
OffsetBottom
The offsetBottom property
public string? OffsetBottom { get; set; }
Property Value
OffsetEnd
The offsetEnd property
public string? OffsetEnd { get; set; }
Property Value
OffsetStart
The offsetStart property
public string? OffsetStart { get; set; }
Property Value
OffsetTop
The offsetTop property
public string? OffsetTop { get; set; }
Property Value
Position
The position property
public FlexIcon_position? Position { get; set; }
Property Value
Scaling
The scaling property
public bool? Scaling { get; set; }
Property Value
- bool?
Size
The size property
public string? Size { get; set; }
Property Value
Url
The url property
public string? Url { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static FlexIcon CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNodeIParseNodeThe parse node to use to read the discriminator value and create the object
Returns
GetFieldDeserializers()
The deserialization information for the current model
public override IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
Returns
- IDictionary<string, Action<IParseNode>>
A IDictionary<string, Action<IParseNode>>
Serialize(ISerializationWriter)
Serializes information the current object
public override void Serialize(ISerializationWriter writer)
Parameters
writerISerializationWriterSerialization writer to use to serialize this model