menu

WinForms

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

    Show / Hide Table of Contents

    Class RendererInfo

    A class in which all renderer per-instance settings are stored.

    Inheritance
    System.Object
    RendererInfo
    BasicRendererInfo
    Implements
    IRendererInfo
    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.Tools.Renderers
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RendererInfo : IRendererInfo

    Constructors

    RendererInfo()

    Declaration
    public RendererInfo()

    Fields

    m_bgBrush

    Default for this theme value for background brush.

    Declaration
    protected BrushInfo m_bgBrush
    Field Value
    Type
    BrushInfo

    m_bOrientationChanged

    Remembers the original orientation of the container.

    Declaration
    protected bool m_bOrientationChanged
    Field Value
    Type
    System.Boolean

    Properties

    BackgroundColor

    Gets or sets Background color The background color, gradient and other styles can be set through this property.

    Declaration
    public BrushInfo BackgroundColor { get; set; }
    Property Value
    Type
    BrushInfo
    Remarks

    The SplitContainerAdv control provides this property to enable specialized custom gradient backgrounds.

    DrawState

    Gets or sets current control state.

    Declaration
    public DrawState DrawState { get; set; }
    Property Value
    Type
    DrawState

    Enabled

    Gets or sets a value indicating whether if control is enabled.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type
    System.Boolean

    IgnoreThemeBackground

    Gets or sets a value indicating whether the control will ignore the theme's background color and draw the backcolor instead.

    Declaration
    public bool IgnoreThemeBackground { get; set; }
    Property Value
    Type
    System.Boolean

    Orientation

    Gets or sets current renderer instance orientation.

    Declaration
    public Orientation Orientation { get; set; }
    Property Value
    Type
    System.Windows.Forms.Orientation

    ThemedControl

    Gets or sets a themed control.

    Declaration
    public ThemedControlDrawing ThemedControl { get; set; }
    Property Value
    Type
    ThemedControlDrawing

    ThemesEnabled

    Gets or sets a value indicating whether theming is enabled for the control.

    Declaration
    public bool ThemesEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    OnOrientationChanged(EventArgs)

    Raiser for event OrientationChanged

    Declaration
    protected virtual void OnOrientationChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    EventArgs that contains the event data.

    Events

    OrientationChanged

    Raised when orientation changed

    Declaration
    public event EventHandler OrientationChanged
    Event Type
    Type
    System.EventHandler

    Implements

    IRendererInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved