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


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