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


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