menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Margins - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Margins

    Utility class representing margins support in the document.

    Inheritance
    System.Object
    Margins
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public class Margins

    Properties

    Bottom

    Gets or sets the bottom margin attribute for the element.

    Declaration
    public int Bottom { get; set; }
    Property Value
    Type
    System.Int32

    Left

    Gets or sets the left margin attribute for the element.

    Declaration
    public int Left { get; set; }
    Property Value
    Type
    System.Int32

    Right

    Gets or sets the right margin attribute for the element.

    Declaration
    public int Right { get; set; }
    Property Value
    Type
    System.Int32

    Top

    Gets or sets the top margin attribute for the element.

    Declaration
    public int Top { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved