Class BottomLine
Represents the class that contains bottom line item of the control.
Inheritance
System.Object
BottomLine
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class BottomLine : FrameworkElement
Constructors
BottomLine()
Initializes a new instance of the SelectRectangle class.
Declaration
public BottomLine()
Fields
FillProperty
Identifies Fill. Length dependency property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TargetItemProperty
Identifies TargetItem. Length dependency property.
Declaration
public static readonly DependencyProperty TargetItemProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Fill
Gets or sets the Brush that specifies how to paint the select rectangle.
Declaration
public Brush Fill { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
TargetItem
Gets or sets target item for select rectangle.
Declaration
public TreeViewItemAdv TargetItem { get; set; }
Property Value
Type |
---|
TreeViewItemAdv |
Methods
OnRender(DrawingContext)
When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.
Declaration
protected override void OnRender(DrawingContext drawingContext)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | drawingContext | The drawing instructions for a specific element. This context is provided to the layout system. |