VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI Namespace / WpfDicomSeriesManagerControl Class / PanelTextPadding Property
Syntax Requirements SeeAlso
In This Topic
    PanelTextPadding Property (WpfDicomSeriesManagerControl)
    In This Topic
    Gets or sets the text padding for text on a panel.
    Syntax
    'Declaration
    
    <CategoryAttribute("Common Panel Appearance")>
    <DescriptionAttribute("The text padding for text on a panel.")>
    Public Property PanelTextPadding As Vintasoft.Primitives.VintasoftPadding
    
    
    [Category("Common Panel Appearance")]
    [Description("The text padding for text on a panel.")]
    public Vintasoft.Primitives.VintasoftPadding PanelTextPadding { get; set; }
    
    
    [Category("Common Panel Appearance")]
    [Description("The text padding for text on a panel.")]
    public: __property Vintasoft.Primitives.VintasoftPadding get_PanelTextPadding();
    public: __property void set_PanelTextPadding(
    Vintasoft.Primitives.VintasoftPadding value
    );
    [Category("Common Panel Appearance")]
    [Description("The text padding for text on a panel.")]
    public:
    property Vintasoft.Primitives.VintasoftPadding PanelTextPadding { Vintasoft.Primitives.VintasoftPadding get(); void set(Vintasoft.Primitives.VintasoftPadding value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also