Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElementChunk Class / ResizeThumbLeftMargin Property

In This Topic
    ResizeThumbLeftMargin Property
    In This Topic
    Gets or sets an System.Int32 value, specifying the size of left margin which should be honored at resizing with thumbs.
    Syntax
    'Declaration
     
    
    Public Property ResizeThumbLeftMargin As Integer
    public int ResizeThumbLeftMargin {get; set;}
    Remarks
    Set this property to the appropriate value if resize thumbs in the custom CoverElementChunk ControlTemplate have negative margins. In other case, if drag thumb is visually placed over the different underlaying element than the CoverElementChunk itself, resize result might be incorrect.
    See Also