Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / AppointmentsCoverPane Class / SizingType Property

In This Topic
    SizingType Property (AppointmentsCoverPane)
    In This Topic
    Gets or sets the SizingType values specifying how CoverElementsPane determines UI elements size. The default value is SizingType.Fixed.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property SizingType As SizingType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public SizingType SizingType {get; set;}
    See Also