GridViewSection
Namespace: TagBites.WinSchedulers.Sections
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Represents a section of content used in classes derived from GridViewControl.
public class GridViewSection : TagBites.WinSchedulers.GridViewElementInheritance: object → GridViewElement → GridViewSection
Derived:
Constructors
Section titled “Constructors”GridViewSection()
Section titled “GridViewSection()”public GridViewSection()Properties
Section titled “Properties”Bounds
Section titled “Bounds”Gets a Rect that specifies the axis-aligned bounding box of the section.
public Rect Bounds { get; }Property Value
Section titled “Property Value”The axis-aligned bounding box of the section.
ContentBounds
Section titled “ContentBounds”Gets the bounding box for the contents of the ContainerVisual.
public Rect ContentBounds { get; }Property Value
Section titled “Property Value”IsPrintable
Section titled “IsPrintable”protected internal virtual bool IsPrintable { get; }Property Value
Section titled “Property Value”Visible
Section titled “Visible”Gets or sets a value indicating whether the section is displayed.
public bool Visible { get; set; }Property Value
Section titled “Property Value”true, if the section is displayed; otherwise, false
Methods
Section titled “Methods”Arrange()
Section titled “Arrange()”protected internal virtual void Arrange()GetMousePossition(MouseEventArgs)
Section titled “GetMousePossition(MouseEventArgs)”protected Point GetMousePossition(MouseEventArgs e)Parameters
Section titled “Parameters”eMouseEventArgs
Data for mouse related routed event.
Returns
Section titled “Returns”OnRender(GridViewDrawingContext)
Section titled “OnRender(GridViewDrawingContext)”protected internal virtual void OnRender(GridViewDrawingContext context)Parameters
Section titled “Parameters”contextGridViewDrawingContext