menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PlaceholderStyle - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PlaceholderStyle

    Provides customization support for SfKanban's placeholder.

    Inheritance
    System.Object
    PlaceholderStyle
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.UWP.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
    Windows.UI.Xaml.DependencyProperty

    FontSizeProperty

    Using a DependencyProperty as the backing store for FontSize.

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.DependencyProperty

    SelectedFontWeightProperty

    Using a DependencyProperty as the backing store for SelectedFontWeight.

    Declaration
    public static readonly DependencyProperty SelectedFontWeightProperty
    Field Value
    Type
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Text.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
    Windows.UI.Xaml.Media.Brush

    PlaceholderTemplate

    Gets or sets a DataTemplate which is used to customize placeholder visual.

    Declaration
    public DataTemplate PlaceholderTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Text.FontWeight

    SelectedForeground

    Gets or sets a brush that describes the selected placeholder foreground color.

    Declaration
    public Brush SelectedForeground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.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
    Windows.UI.Xaml.Media.Brush

    SelectedStrokeDashArray

    Gets or sets a brush that describes the selected placeholder foreground color.

    Declaration
    public DoubleCollection SelectedStrokeDashArray { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.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
    Windows.UI.Xaml.VerticalAlignment

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved