Margins Property (C1BasePicker)
In This Topic
Gets or sets the spacing between the input control content and its edges, in pixels. Default: all margins are set to 0.
Syntax
'Declaration
Public Property Margins As Margins
public Margins Margins {get; set;}
See Also