WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FramePainter

    Show / Hide Table of Contents

    Class FramePainter

    The FramePainter class provides the data (Brush, Color, Opacity, Painter Type and Painter).

    Inheritance
    System.Object
    FramePainter
    Inherited Members
    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.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class FramePainter

    Constructors

    FramePainter()

    Constructor of the FramePainter.

    Declaration
    public FramePainter()

    Properties

    Brush

    Gets/Sets the Brush.

    Declaration
    public Brush Brush { get; set; }
    Property Value
    Type Description
    System.Drawing.Brush

    Color

    Gets/Sets the Color.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Opacity

    Gets/Sets the Opacity.

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

    Painter

    Gets/Sets the Painter.

    Declaration
    public IFrameBorderPainter Painter { get; set; }
    Property Value
    Type Description
    IFrameBorderPainter

    PainterType

    Gets/Sets the PainterType.

    Declaration
    public PainterType PainterType { get; set; }
    Property Value
    Type Description
    PainterType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved