Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / Location Property


In This Topic
    Location Property (IPaintingContext)
    In This Topic
    Get a PaintingLocation value indicates the painting location.
    Syntax
    'Declaration
     
    
    ReadOnly Property Location As PaintingLocation
    'Usage
     
    
    Dim instance As IPaintingContext
    Dim value As PaintingLocation
     
    value = instance.Location
    PaintingLocation Location {get;}
    See Also