Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElementsPane Class / CoverElementsSize Property

In This Topic
    CoverElementsSize Property (CoverElementsPane)
    In This Topic
    Gets or sets a System.Double value, determining the size of the cover elements. This is dependency property.
    Syntax
    'Declaration
     
    
    Public Property CoverElementsSize As Double
    public double CoverElementsSize {get; set;}
    Remarks
    This property value determines either height or width of the cover elements depending on the Orientation property value. For horizontal orientation this property determines element height, and for vertical orientation it determines element width. Note, this property only makes sense if SizingType property value is SizingType.Fixed or SizingType.ExtendedSingle.
    See Also