Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Viewers Namespace / CellViewerManager Class / TextPadding Property


In This Topic
    TextPadding Property (CellViewerManager)
    In This Topic
    Gets or sets the padding surrounding the viewer's text.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The padding surrounding the viewer's text.")>
    <CategoryAttribute("Appearance")>
    <LocalizableAttribute(True)>
    Public Property TextPadding As Margins
    'Usage
     
    Dim instance As CellViewerManager
    Dim value As Margins
     
    instance.TextPadding = value
     
    value = instance.TextPadding
    [Description("The padding surrounding the viewer's text.")]
    [Category("Appearance")]
    [Localizable(true)]
    public Margins TextPadding {get; set;}

    Property Value

    A Xceed.UI.Margins structure representing the viewer's text's padding. By default, DefaultTextPadding.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also