ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1HeaderedContentControl Class / HeaderPadding Property

In This Topic
    HeaderPadding Property (C1HeaderedContentControl)
    In This Topic
    Gets or sets the padding of the header.
    Syntax
    'Declaration
     
    Public Property HeaderPadding As Windows.UI.Xaml.Thickness
    public Windows.UI.Xaml.Thickness HeaderPadding {get; set;}
    See Also