menu

WinForms

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

    Show / Hide Table of Contents

    Class BasicRendererInfo

    Inheritance
    System.Object
    RendererInfo
    BasicRendererInfo
    Implements
    IRendererInfo
    Inherited Members
    RendererInfo.BackgroundColor
    RendererInfo.DrawState
    RendererInfo.Enabled
    RendererInfo.IgnoreThemeBackground
    RendererInfo.m_bgBrush
    RendererInfo.m_bOrientationChanged
    RendererInfo.OnOrientationChanged(EventArgs)
    RendererInfo.Orientation
    RendererInfo.OrientationChanged
    RendererInfo.ThemedControl
    RendererInfo.ThemesEnabled
    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 BasicRendererInfo : RendererInfo, IRendererInfo

    Constructors

    BasicRendererInfo()

    Initializes a new instance of the BasicRendererInfo class.

    Declaration
    public BasicRendererInfo()

    Properties

    CollapsedPanel

    Gets or sets panel which is collapsed now.

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

    ExpandFill

    Gets or sets brush for filling thumbnail arrows.

    Declaration
    public BrushInfo ExpandFill { get; set; }
    Property Value
    Type
    BrushInfo

    ExpandLine

    Gets or sets pen color for drawing thumbnail arrows.

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

    GripDark

    Gets or sets brush for drawing a shadow around grip in thumbnail, if any.

    Declaration
    public BrushInfo GripDark { get; set; }
    Property Value
    Type
    BrushInfo

    GripLight

    Gets or sets brush for drawing a grip in thumbnail, if any.

    Declaration
    public BrushInfo GripLight { get; set; }
    Property Value
    Type
    BrushInfo

    HotBackgroundColor

    Gets or sets the hot (under mouse cursor) background color, gradient and other styles can be set through this property.

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

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

    HotExpandFill

    Gets or sets brush for filling thumbnail arrows, while under mouse cursor.

    Declaration
    public BrushInfo HotExpandFill { get; set; }
    Property Value
    Type
    BrushInfo

    HotExpandLine

    Gets or sets pen color for drawing thumbnail arrows, while under mouse cursor.

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

    HotGripDark

    Gets or sets brush for drawing a shadow around grip in thumbnail, if any, while under mouse cursor.

    Declaration
    public BrushInfo HotGripDark { get; set; }
    Property Value
    Type
    BrushInfo

    HotGripLight

    Gets or sets brush for drawing a grip in thumbnail, if any, while under mouse cursor.

    Declaration
    public BrushInfo HotGripLight { get; set; }
    Property Value
    Type
    BrushInfo

    PanelToCollapse

    Gets or sets Panel which should be collapsed by some event.

    Declaration
    public CollapsedPanel PanelToCollapse { get; set; }
    Property Value
    Type
    CollapsedPanel

    ThumbnailSize

    Gets or sets thumbnail size.

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

    Methods

    ConvertSpliContainerToRendererInfo(SplitContainerAdv, Boolean)

    Gets renderer info data from SplitContainerAdv object

    Declaration
    [Obsolete("ConvertSpliContainerToRendererInfo is deprecated, please use ConvertSplitContainerToRendererInfo instead.")]
    public void ConvertSpliContainerToRendererInfo(SplitContainerAdv instance, bool isOrientation)
    Parameters
    Type Name Description
    SplitContainerAdv instance

    SplitContianerAdv instance

    System.Boolean isOrientation

    Orientation value

    ConvertSplitContainerToRendererInfo(SplitContainerAdv, Boolean)

    Gets renderer info data from SplitContainerAdv object

    Declaration
    public void ConvertSplitContainerToRendererInfo(SplitContainerAdv instance, bool isOrientation)
    Parameters
    Type Name Description
    SplitContainerAdv instance

    SplitContianerAdv instance

    System.Boolean isOrientation

    Orientation value

    SetSplitContainerByInfo(SplitContainerAdv, BasicRenderer, Boolean, Boolean)

    Sets base info property for SpliContainerAdv

    Declaration
    public void SetSplitContainerByInfo(SplitContainerAdv container, BasicRenderer br, bool isOrientation, bool initMode)
    Parameters
    Type Name Description
    SplitContainerAdv container

    Split Container

    BasicRenderer br

    Basic renderer

    System.Boolean isOrientation

    Orientation value

    System.Boolean initMode

    bool value for initmode

    Implements

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