Class CircleMarkerStyleTemplate
Represents the template for marker style based on step status when markershape type is circle.
Inheritance
System.Object
CircleMarkerStyleTemplate
Namespace: Syncfusion.UI.Xaml.ProgressBar
Assembly: Syncfusion.SfProgressBar.WPF.dll
Syntax
public class CircleMarkerStyleTemplate : DataTemplateSelector
Constructors
CircleMarkerStyleTemplate()
Declaration
public CircleMarkerStyleTemplate()
Properties
CompletedMarkerTemplate
Gets or sets the template for marker style when step state is completed.
Declaration
public DataTemplate CompletedMarkerTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
InProgressMarkerTemplate
Gets or sets the template for marker style when step state is inprogress.
Declaration
public DataTemplate InProgressMarkerTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
NotStartedMarkerTemplate
Gets or sets the template for marker style when step state is notstarted.
Declaration
public DataTemplate NotStartedMarkerTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
Methods
SelectTemplate(Object, DependencyObject)
Replaces the simple string-content with the data template with trimming support.
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | The System.String object. |
System.Windows.DependencyObject | container | Do not used. |
Returns
Type | Description |
---|---|
System.Windows.DataTemplate | The System.Windows.DataTemplate object with trimming support. |