WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct BorderInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct BorderInfo

    Defines a structure that keeps info about bordering.

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

    Fields

    bFinish

    Gets a value indicating whether border should be forced to draw in the end of the line or not.

    Declaration
    public bool bFinish
    Field Value
    Type Description
    System.Boolean

    format

    Gets the Format that keeps info about border.

    Declaration
    public Format format
    Field Value
    Type Description
    Format

    Rect

    Gets the border rectangle.

    Declaration
    public RectangleF Rect
    Field Value
    Type Description
    System.Drawing.RectangleF
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved