GridViewSection
Namespace: TagBites.WinSchedulers.Sections
Assembly: TagBites.WinSchedulers.dll
Represents a section of content used in classes derived from TagBites.WinSchedulers.GridViewControl.
public class GridViewSection : TagBites.WinSchedulers.GridViewElement
Constructors
GridViewSection()
public void GridViewSection()
Result Type: void
Properties
Bounds
Gets a System.Windows.Rect that specifies the axis-aligned bounding box of the section.
public Rect Bounds { get; }
Result Type: Rect
ContentBounds
Gets the bounding box for the contents of the ContainerVisual.
public Rect ContentBounds { get; }
Result Type: Rect
Visible
Gets or sets a value indicating whether the section is displayed.
public bool Visible { get; set; }
Result Type: bool
Methods
Arrange()
protected internal void Arrange()
Result Type: void
GetMousePossition(MouseEventArgs)
protected Point GetMousePossition(MouseEventArgs e)
Result Type: Point
Parameters
Type | Name | |
---|---|---|
MouseEventArgs | e | Data for mouse related routed event. |
OnRender(GridViewDrawingContext)
protected internal void OnRender(GridViewDrawingContext context)
Result Type: void
Parameters
Type | Name | |
---|---|---|
GridViewDrawingContext | context |