Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / PictureMargin Property


In This Topic
    PictureMargin Property (PSObject)
    In This Topic
    Gets or sets the margin between the picture and the text in the element.
    Syntax
    'Declaration
     
    
    Public Overrides Property PictureMargin As Integer
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Integer
     
    instance.PictureMargin = value
     
    value = instance.PictureMargin
    public override int PictureMargin {get; set;}
    See Also