ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitterPanel Class / Padding Property

In This Topic
    Padding Property (C1SplitterPanel)
    In This Topic
    Gets or sets the interior spacing of the C1SplitterPanel.
    Syntax
    'Declaration
     
    Public Shadows Property Padding As System.Windows.Forms.Padding
    public new System.Windows.Forms.Padding Padding {get; set;}
    See Also