Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / PictureMargin Property


In This Topic
    PictureMargin Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property PictureMargin As Integer
    'Usage
     
    
    Dim instance As IElement
    Dim value As Integer
     
    instance.PictureMargin = value
     
    value = instance.PictureMargin
    int PictureMargin {get; set;}
    See Also