UltrachartGroupPane
StockSharp.Xaml.Charting
An ItemPane for the UltrachartGroup control. Wraps your custom UIElement (provided by UltrachartGroup ItemTemplate property)
Inherits: ContentControl
Constructors
UltrachartGroupPane
public UltrachartGroupPane()
ultrachartGroupPane = UltrachartGroupPane()
Initializes a new instance of the UltrachartGroupPane class.
Properties
HeaderTemplate
public DataTemplate HeaderTemplate { get; set; }
value = ultrachartGroupPane.HeaderTemplate
ultrachartGroupPane.HeaderTemplate = value
Gets or sets the header template.
Methods
OnApplyTemplate
public override void OnApplyTemplate()
ultrachartGroupPane.OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Events
Resized
public event EventHandler<DragCompletedEventArgs> Resized
ultrachartGroupPane.Resized += handler
Fired after a dragging of the outline of a pane is done
Resizing
public event EventHandler<DragDeltaEventArgs> Resizing
ultrachartGroupPane.Resizing += handler
Fired when the outline of a pane is dragged
Fields
HeaderTemplateProperty
public static readonly DependencyProperty HeaderTemplateProperty
value = UltrachartGroupPane.HeaderTemplateProperty
The header template property