Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExtraRendererSettings Class / Location Property


In This Topic
    Location Property (ExtraRendererSettings)
    In This Topic
    Get a FarPoint.Win.Spread.CellType.PaintingLocation value indicates the painting location.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Location As PaintingLocation
    'Usage
     
    
    Dim instance As ExtraRendererSettings
    Dim value As PaintingLocation
     
    value = instance.Location
    public PaintingLocation Location {get;}
    See Also