Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / SizingType Enumeration

In This Topic
    SizingType Enumeration
    In This Topic
    Describes how UI element is sized with respect to the available space.
    Syntax
    'Declaration
     
    
    Public Enum SizingType 
       Inherits System.Enum
    public enum SizingType : System.Enum 
    Members
    MemberDescription
    ExtendedSingleIf element has no intersection with other elements, it will occupy all available space. If there are 2 or more intersecting elements, they all will have fixed size.
    FixedThe element size is fixed.
    ProportionalElement size depends on available space. Every element has the same size which is determined so that all elements fit into available space.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Schedule.SizingType

    See Also