Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyle Class / VerticalAlign Property
Example


In This Topic
    VerticalAlign Property (NamedStyle)
    In This Topic
    Gets or sets the vertical alignment for the style.
    Syntax
    'Declaration
     
    
    Public Overrides Property VerticalAlign As VerticalAlign
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As VerticalAlign
     
    instance.VerticalAlign = value
     
    value = instance.VerticalAlign
    public override VerticalAlign VerticalAlign {get; set;}

    Property Value

    VerticalAlign object containing the alignment of text for the cells of this style
    Remarks

    Use the HorizontalAlign property to specify the horizontal alignment of the object or text.

    Example
    This example creates a new custom style and sets several of the style properties.
    See Also