Class RectangleMarkerStyleTemplate
Represents the template for marker style based on step status when markershape type is square.
Inheritance
System.Object
RectangleMarkerStyleTemplate
Namespace: Syncfusion.UI.Xaml.ProgressBar
Assembly: Syncfusion.SfProgressBar.WPF.dll
Syntax
public class RectangleMarkerStyleTemplate : DataTemplateSelector
Constructors
RectangleMarkerStyleTemplate()
Declaration
public RectangleMarkerStyleTemplate()
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. |