alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class FramePainter

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

    Inheritance
    System.Object
    FramePainter
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class FramePainter : Object

    Constructors

    FramePainter()

    Constructor of the FramePainter.

    Declaration
    public FramePainter()

    Properties

    Brush

    Gets/Sets the Brush.

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

    Color

    Gets/Sets the Color.

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

    Opacity

    Gets/Sets the Opacity.

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

    Painter

    Gets/Sets the Painter.

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

    PainterType

    Gets/Sets the PainterType.

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