Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / ImageAlign Property


In This Topic
    ImageAlign Property (SpreadChart)
    In This Topic
    Gets or sets the alignment of the image within the text flow.
    Syntax
    'Declaration
     
    Public Overrides Property ImageAlign As ImageAlign
    'Usage
     
    Dim instance As SpreadChart
    Dim value As ImageAlign
     
    instance.ImageAlign = value
     
    value = instance.ImageAlign
    public override ImageAlign ImageAlign {get; set;}
    See Also