WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Paddings - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Paddings

    Represents cell padding.

    Inheritance
    System.Object
    EntityBase
    XDLSSerializableBase
    FormatBase
    Paddings
    Implements
    IEntityBase
    IXDLSSerializable
    Inherited Members
    FormatBase.m_keysOffset
    FormatBase.ImportContainer(FormatBase)
    FormatBase.ImportMembers(FormatBase)
    FormatBase.HasKey(Int32)
    FormatBase.GetDefComposite(Int32)
    FormatBase.EnsureComposites()
    FormatBase.EnsureComposites(Int32[])
    FormatBase.GetBaseKey(Int32)
    FormatBase.GetFullKey(Int32)
    FormatBase.GetDefComposite(Int32, FormatBase)
    FormatBase.IsDefault
    FormatBase.PropertiesHash
    FormatBase.Item[Int32]
    XDLSSerializableBase.m_id
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.XDLSHolder
    EntityBase.SetOwner(IEntityBase)
    EntityBase.Owner
    EntityBase.Document
    EntityBase.DocumentEx
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class Paddings : FormatBase, IEntityBase, IXDLSSerializable

    Fields

    BottomKey

    Declaration
    public const int BottomKey = 3
    Field Value
    Type Description
    System.Int32

    LeftKey

    Declaration
    public const int LeftKey = 1
    Field Value
    Type Description
    System.Int32

    RightKey

    Declaration
    public const int RightKey = 4
    Field Value
    Type Description
    System.Int32

    TopKey

    Declaration
    public const int TopKey = 2
    Field Value
    Type Description
    System.Int32

    Properties

    All

    Sets all paddings.

    Declaration
    public float All { set; }
    Property Value
    Type Description
    System.Single

    Bottom

    Gets/ sets bottom padding.

    Declaration
    public float Bottom { get; set; }
    Property Value
    Type Description
    System.Single

    Left

    Gets/ sets left padding.

    Declaration
    public float Left { get; set; }
    Property Value
    Type Description
    System.Single

    Right

    Gets/ sets right padding.

    Declaration
    public float Right { get; set; }
    Property Value
    Type Description
    System.Single

    Top

    Gets/ sets top padding.

    Declaration
    public float Top { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    GetDefValue(Int32)

    Declaration
    protected override object GetDefValue(int key)
    Parameters
    Type Name Description
    System.Int32 key
    Returns
    Type Description
    System.Object
    Overrides
    FormatBase.GetDefValue(Int32)

    InitXDLSHolder()

    Declaration
    protected override void InitXDLSHolder()
    Overrides
    XDLSSerializableBase.InitXDLSHolder()

    ReadXmlAttributes(IXDLSAttributeReader)

    Declaration
    protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
    Parameters
    Type Name Description
    IXDLSAttributeReader reader
    Overrides
    XDLSSerializableBase.ReadXmlAttributes(IXDLSAttributeReader)

    WriteXmlAttributes(IXDLSAttributeWriter)

    Declaration
    protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
    Parameters
    Type Name Description
    IXDLSAttributeWriter writer
    Overrides
    XDLSSerializableBase.WriteXmlAttributes(IXDLSAttributeWriter)

    Implements

    IEntityBase
    IXDLSSerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved