Class BandSelectionElement
Inheritance
System.Object
BandSelectionElement
Namespace: ArtOfTest.WebAii.Design.UI.MenuApplications
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class BandSelectionElement : FrameworkElement
Constructors
BandSelectionElement(Panel)
Declaration
public BandSelectionElement(Panel container)
Parameters
|
System.Windows.Controls.Panel
container
|
Properties
BandHeight
Declaration
public double BandHeight { get; }
Property Value
|
System.Double
|
BandWidth
Declaration
public double BandWidth { get; }
Property Value
|
System.Double
|
Rectangle
Declaration
public Rect Rectangle { get; }
Property Value
|
System.Windows.Rect
|
VisualChildrenCount
Declaration
protected override int VisualChildrenCount { get; }
Property Value
|
System.Int32
|
X
Declaration
public double X { get; }
Property Value
|
System.Double
|
Y
Declaration
public double Y { get; }
Property Value
|
System.Double
|
Methods
Clear()
Declaration
public void Clear()
DrawSelection()
Declaration
public void DrawSelection()
DrawSelection(Brush, Pen)
Declaration
public void DrawSelection(Brush fill, Pen pen)
Parameters
|
System.Windows.Media.Brush
fill
|
|
System.Windows.Media.Pen
pen
|
GetVisualChild(Int32)
Declaration
protected override Visual GetVisualChild(int index)
Parameters
|
System.Int32
index
|
Returns
|
System.Windows.Media.Visual
|
Normalize(Point)
Declaration
public Point Normalize(Point p)
Parameters
|
System.Windows.Point
p
|
Returns
|
System.Windows.Point
|
OnSelectionChanged()
Declaration
public void OnSelectionChanged()
RemoveFromContainer()
Declaration
public void RemoveFromContainer()
UpdatePosition(Point, Double, Double)
Declaration
public void UpdatePosition(Point point, double width, double height)
Parameters
|
System.Windows.Point
point
|
|
System.Double
width
|
|
System.Double
height
|
Events
SelectionChanged
Declaration
public event EventHandler SelectionChanged
Event Type
|
System.EventHandler
|