Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / PICTURE_MARGIN_DEFAULT Field


In This Topic
    PICTURE_MARGIN_DEFAULT Field (ElementControl)
    In This Topic
    Represents the default picture margin for the element, namely 2 pixels. This field is constant and read-only.
    Syntax
    'Declaration
     
    
    Protected Const PICTURE_MARGIN_DEFAULT As Integer
    'Usage
     
    
    Dim value As Integer
     
    value = ElementControl.PICTURE_MARGIN_DEFAULT
    protected const int PICTURE_MARGIN_DEFAULT
    See Also