Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.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
     
    
    Public Property SizingType As SizingType
    public SizingType SizingType {get; set;}
    See Also