Class TimeMarker
Inheritance
System.Object
TimeMarker
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TimeMarker : ViewModelBase, INotifyPropertyChanged, ITimeMarker, IEquatable<ITimeMarker>
Constructors
Properties
Declaration
public static TimeMarker Busy { get; }
Property Value
Declaration
public static TimeMarker Free { get; }
Property Value
Declaration
public static TimeMarker OutOfOffice { get; }
Property Value
Declaration
public static TimeMarker Tentative { get; }
Property Value
Declaration
public Brush TimeMarkerBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public string TimeMarkerName { get; set; }
Property Value
Implements
Methods
Declaration
public override bool Equals(object obj)
Parameters
Returns
Declaration
public bool Equals(ITimeMarker other)
Parameters
Returns
Declaration
public override int GetHashCode()
Returns
Extension Methods