alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SmartSchedulerAssistStyle

    Gets or sets properties which allows to customize the smart scheduler text style.

    Inheritance
    System.Object
    SmartSchedulerAssistStyle
    Namespace: Syncfusion.Maui.SmartComponents
    Assembly: Syncfusion.Maui.SmartComponents.dll
    Syntax
    public class SmartSchedulerAssistStyle : Element, IThemeElement

    Constructors

    SmartSchedulerAssistStyle()

    Initializes a new instance of the SmartSchedulerAssistStyle class.

    Declaration
    public SmartSchedulerAssistStyle()

    Fields

    AssistViewHeaderBackgroundProperty

    Identifies the AssistViewHeaderBackground dependency property.

    Declaration
    public static readonly BindableProperty AssistViewHeaderBackgroundProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    Identifies the AssistViewHeaderBackground bindable property.

    AssistViewHeaderFontAttributesProperty

    Identifies the AssistViewHeaderFontAttributes bindable property.

    Declaration
    public static readonly BindableProperty AssistViewHeaderFontAttributesProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for AssistViewHeaderFontAttributes bindable property.

    AssistViewHeaderFontAutoScalingEnabledProperty

    Identifies the AssistViewHeaderFontAutoScalingEnabled bindable property.

    Declaration
    public static readonly BindableProperty AssistViewHeaderFontAutoScalingEnabledProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for AssistViewHeaderFontAutoScalingEnabled bindable property.

    AssistViewHeaderFontFamilyProperty

    Identifies the AssistViewHeaderFontFamily bindable property.

    Declaration
    public static readonly BindableProperty AssistViewHeaderFontFamilyProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for AssistViewHeaderFontFamily bindable property.

    AssistViewHeaderFontSizeProperty

    Identifies the AssistViewHeaderFontSize bindable property.

    Declaration
    public static readonly BindableProperty AssistViewHeaderFontSizeProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for AssistViewHeaderFontSize bindable property.

    AssistViewHeaderTextColorProperty

    Identifies the AssistViewHeaderTextColor bindable property.

    Declaration
    public static readonly BindableProperty AssistViewHeaderTextColorProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for AssistViewHeaderTextColor bindable property.

    PlaceholderColorProperty

    Identifies the PlaceholderColor dependency property.

    Declaration
    public static readonly BindableProperty PlaceholderColorProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    Identifies the PlaceholderColor bindable property.

    Properties

    AssistViewHeaderBackground

    Gets or sets the background for the Assist View header.

    Declaration
    public Brush AssistViewHeaderBackground { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.Brush

    AssistViewHeaderFontAttributes

    Gets or sets the font attributes for the assistview header text.

    Declaration
    public FontAttributes AssistViewHeaderFontAttributes { get; set; }
    Property Value
    Type Description
    Microsoft.Maui.Controls.FontAttributes

    The default value is Microsoft.Maui.Controls.FontAttributes.None.

    AssistViewHeaderFontAutoScalingEnabled

    Gets or sets to Indicates whether font auto-scaling is enabled for the assistview header text.

    Declaration
    public bool AssistViewHeaderFontAutoScalingEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false.

    AssistViewHeaderFontFamily

    Gets or sets the font family for the assistview header text.

    Declaration
    public string AssistViewHeaderFontFamily { get; set; }
    Property Value
    Type
    System.String

    AssistViewHeaderFontSize

    Gets or sets the font size of the assistview header text.

    Declaration
    public double AssistViewHeaderFontSize { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 18.

    AssistViewHeaderTextColor

    Gets or sets the color of the assistview header text.

    Declaration
    public Color AssistViewHeaderTextColor { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color

    PlaceholderColor

    Gets or sets the color of the placeholder text.

    Declaration
    public Color PlaceholderColor { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved