menu

WinForms

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

    Show / Hide Table of Contents

    Struct Space

    Structure which contains space around the tag elements such as paddings, borders, etc...

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public struct Space

    Constructors

    Space(BaseElement)

    Initializes a new instance of the Space struct

    Declaration
    public Space(BaseElement element)
    Parameters
    Type Name Description
    BaseElement element

    Parent element for this object.

    Properties

    Bottom

    Gets the bottom indent space for the element.

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

    Left

    Gets the left indent space for the element.

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

    Right

    Gets the right indent space for the element.

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

    Top

    Gets the top indent space for the element.

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