Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / PictureMargin Property


In This Topic
    PictureMargin Property (IElementStyle)
    In This Topic
    Gets or sets the print margin.
    Syntax
    'Declaration
     
    
    Property PictureMargin As Integer
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As Integer
     
    instance.PictureMargin = value
     
    value = instance.PictureMargin
    int PictureMargin {get; set;}
    See Also