Class StripLineInfo
Class which represents the strip line info.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class StripLineInfo : NotificationObject, INotifyPropertyChanged
Constructors
StripLineInfo()
Constructor
Declaration
public StripLineInfo()
Properties
Background
Gets or sets the background.
Declaration
public Brush Background { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
Content
Gets or sets the content.
Declaration
public object Content { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The content. |
ContentTemplate
Gets or sets the content template.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate | The content template. |
ContentTemplateSelector
Gets or sets the control template selector.
Declaration
public DataTemplateSelector ContentTemplateSelector { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.DataTemplateSelector | The control template selector. |
EndDate
Gets or sets the end date.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The end date. |
Height
Gets or sets the height.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The height. |
HorizontalContentAlignment
Gets or sets the horizontal content alignment.
Declaration
public HorizontalAlignment HorizontalContentAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.HorizontalAlignment | The horizontal content alignment. |
Position
Gets or sets the position.
Declaration
public Point Position { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Point | The position. |
RepeatBehavior
Gets or sets the repeat behavior.
Declaration
public Repeat RepeatBehavior { get; set; }
Property Value
Type | Description |
---|---|
Repeat | The repeat behavior. |
RepeatFor
Gets or sets the repeat for.
Declaration
public int RepeatFor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The repeat for. |
RepeatUpto
Gets or sets the repeat upto.
Declaration
public DateTime RepeatUpto { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The repeat upto. |
StartDate
Gets or sets the start date.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The start date. |
Style
Gets or sets the style.
Declaration
public Style Style { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Style | The style. |
StyleSelector
Gets or sets the style selector.
Declaration
public StyleSelector StyleSelector { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.StyleSelector | The style selector. |
Type
Gets or sets the type.
Declaration
public StriplineType Type { get; set; }
Property Value
Type | Description |
---|---|
StriplineType | The type. |
VerticalContentAlignment
Gets or sets the vertical content alignment.
Declaration
public VerticalAlignment VerticalContentAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.VerticalAlignment | The vertical content alignment. |
Width
Gets or sets the width.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width. |