menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleRectangleBorder

    Represents a border for date in month view.

    Inheritance
    System.Object
    ScheduleRectangleBorder
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ScheduleRectangleBorder : Control

    Constructors

    ScheduleRectangleBorder()

    Initializes a new instance of the ScheduleRectangleBorder class.

    Declaration
    public ScheduleRectangleBorder()

    Fields

    BottomBrushProperty

    Using a DependencyProperty as the backing store for BottomBrush. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty BottomBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LeftBrushProperty

    Using a DependencyProperty as the backing store for LeftBrush. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty LeftBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    RightBrushProperty

    Using a DependencyProperty as the backing store for RightBrush. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty RightBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TopBrushProperty

    Using a DependencyProperty as the backing store for TopBrush. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TopBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    BottomBrush

    Gets or sets the color of bottom border for date in month view

    Declaration
    public Brush BottomBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    LeftBrush

    Gets or sets the color of left border for date in month view

    Declaration
    public Brush LeftBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    RightBrush

    Gets or sets the color of right border for date in month view

    Declaration
    public Brush RightBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    TopBrush

    Gets or sets the color of top border for date in month view

    Declaration
    public Brush TopBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    Extension Methods

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