Interface IRendererInfo
gets or sets Draw state Create a class implementing this interface for each custom Renderer and add there members and properties representing SplitContainerAdv properties you want to save in per-instance basis (s.a. Orientation, BackgroundColor.).
Namespace: Syncfusion.Windows.Forms.Tools.Renderers
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public interface IRendererInfo
Properties
DrawState
Declaration
DrawState DrawState { get; set; }
Property Value
Type |
---|
DrawState |