Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasBase Class / PictureMargin Property


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