Show / Hide Table of Contents

    Class PostTextIcon

    Inheritance
    System.Object
    PostTextIcon
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.Icons.Client
    Assembly: Dangl.Icons.Client.dll
    Syntax
    public class PostTextIcon : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Abbreviate

    Declaration
    [JsonProperty("abbreviate", Required = Required.Always)]
    public bool Abbreviate { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RectangleWidth

    Declaration
    [JsonProperty("rectangleWidth", Required = Required.Always)]
    public int RectangleWidth { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Text

    Declaration
    [JsonProperty("text", Required = Required.Always)]
    [Required]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    FromJson(String)

    Declaration
    public static PostTextIcon FromJson(string data)
    Parameters
    Type Name Description
    System.String data
    Returns
    Type Description
    PostTextIcon
    | Improve this Doc View Source

    RaisePropertyChanged(String)

    Declaration
    protected virtual void RaisePropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName
    | Improve this Doc View Source

    ToJson()

    Declaration
    public string ToJson()
    Returns
    Type Description
    System.String

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    Back to top © Dangl IT GmbH