Class PlaceholderStyle
Provides customization support for SfKanban's placeholder.
Inheritance
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public class PlaceholderStyle : FrameworkElement
Constructors
PlaceholderStyle()
Initializes a new instance of the PlaceholderStyle class.
Declaration
public PlaceholderStyle()
Fields
FillProperty
Using a DependencyProperty as the backing store for Fill. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FillProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FontSizeProperty
Using a DependencyProperty as the backing store for FontSize.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FontWeightProperty
Using a DependencyProperty as the backing store for FontWeight. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FontWeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ForegroundProperty
Using a DependencyProperty as the backing store for Foreground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PlaceholderTemplateProperty
Using a DependencyProperty as the backing store for PlaceholderTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty PlaceholderTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
RadiusXProperty
Using a DependencyProperty as the backing store for CornerRadius. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RadiusXProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
RadiusYProperty
Using a DependencyProperty as the backing store for RadiusY. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RadiusYProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SelectedBackgroundProperty
Using a DependencyProperty as the backing store for CategoryHoverBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedBackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SelectedFontSizeProperty
Using a DependencyProperty as the backing store for SelectedFontSize. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedFontSizeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SelectedFontWeightProperty
Using a DependencyProperty as the backing store for SelectedFontWeight.
Declaration
public static readonly DependencyProperty SelectedFontWeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SelectedForegroundProperty
Using a DependencyProperty as the backing store for SelectedTextColor. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedForegroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SelectedStrokeDashArrayProperty
Using a DependencyProperty as the backing store for SelectedStrokeDashArray. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedStrokeDashArrayProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SelectedStrokeProperty
Using a DependencyProperty as the backing store for SelectedBorderBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedStrokeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SelectedStrokeThicknessProperty
Using a DependencyProperty as the backing store for SelectedStrokeThickness. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedStrokeThicknessProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StrokeDashArrayProperty
Using a DependencyProperty as the backing store for StrokeDashArray. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StrokeProperty
Using a DependencyProperty as the backing store for Stroke. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
StrokeThicknessProperty
Using a DependencyProperty as the backing store for StrokeThickness. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TextHorizontalAlignmentProperty
Using a DependencyProperty as the backing store for TextHorizontalAlignment. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TextHorizontalAlignmentProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
TextVerticalAlignmentProperty
Using a DependencyProperty as the backing store for TextVerticalAlignment. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TextVerticalAlignmentProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Fill
Gets or sets a Brush value that used to set background color placeholder.
Declaration
public Brush Fill { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
FontSize
Gets or sets a double value which is used to set font size of placeholder text.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
FontWeight
Gets or sets a double value which is used to set font weight of placeholder text.
Declaration
public FontWeight FontWeight { get; set; }
Property Value
Type |
---|
System.Windows.FontWeight |
Foreground
Gets or sets a Brush value that used to set foreground of placeholder text.
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
PlaceholderTemplate
Gets or sets a DataTemplate which is used to customize placeholder visual.
Declaration
public DataTemplate PlaceholderTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
RadiusX
Gets or sets a double value that used to set x-radius of placeholder.
Declaration
public double RadiusX { get; set; }
Property Value
Type |
---|
System.Double |
RadiusY
Gets or sets a double value that used to set y-radius of placeholder.
Declaration
public double RadiusY { get; set; }
Property Value
Type |
---|
System.Double |
SelectedBackground
Gets or sets a brush that describes the selected placeholder background color.
Declaration
public Brush SelectedBackground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
SelectedFontSize
Gets or sets a double value which is used to set font size of selected placeholder text.
Declaration
public double SelectedFontSize { get; set; }
Property Value
Type |
---|
System.Double |
SelectedFontWeight
Gets or sets a double value which is used to set font weight of selected placeholder text.
Declaration
public FontWeight SelectedFontWeight { get; set; }
Property Value
Type |
---|
System.Windows.FontWeight |
SelectedForeground
Gets or sets a brush that describes the selected placeholder foreground color.
Declaration
public Brush SelectedForeground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
SelectedStroke
Gets or sets the brush that specifies how the selected placeholder outline is painted.
Declaration
public Brush SelectedStroke { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
SelectedStrokeDashArray
Gets or sets a brush that describes the selected placeholder foreground color.
Declaration
public DoubleCollection SelectedStrokeDashArray { get; set; }
Property Value
Type |
---|
System.Windows.Media.DoubleCollection |
SelectedStrokeThickness
Gets or sets the width of the selected placeholder outline.
Declaration
public double SelectedStrokeThickness { get; set; }
Property Value
Type |
---|
System.Double |
Stroke
Gets or sets a Brush which is used to set border color of place holder.
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
StrokeDashArray
Gets or sets a double collection which is used to set border dash array of placeholder.
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
Type |
---|
System.Windows.Media.DoubleCollection |
StrokeThickness
Gets or sets a double value which is used to set border thickness of placeholder.
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
---|
System.Double |
TextHorizontalAlignment
Gets or sets alignment value which is used to align place holder text horizontally.
Declaration
public HorizontalAlignment TextHorizontalAlignment { get; set; }
Property Value
Type |
---|
System.Windows.HorizontalAlignment |
TextVerticalAlignment
Gets or sets alignment value which is used to align place holder text vertically.
Declaration
public VerticalAlignment TextVerticalAlignment { get; set; }
Property Value
Type |
---|
System.Windows.VerticalAlignment |