Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / ImageAlign Property


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