Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / StyleObjectInfo Class / Orientation Property


In This Topic
    Orientation Property (StyleObjectInfo)
    In This Topic
    Gets or sets the text orientation.
    Syntax
    'Declaration
     
    Public Overridable Property Orientation As Integer
    'Usage
     
    Dim instance As StyleObjectInfo
    Dim value As Integer
     
    instance.Orientation = value
     
    value = instance.Orientation
    public virtual int Orientation {get; set;}

    Property Value

    An integer value represents the text orientation.
    Remarks
    See Also