'Declaration
Public Enum SizingType Inherits System.Enum
public enum SizingType : System.Enum
'Declaration
Public Enum SizingType Inherits System.Enum
public enum SizingType : System.Enum
Member | Description |
---|---|
ExtendedSingle | If 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. |
Fixed | The element size is fixed. |
Proportional | Element size depends on available space. Every element has the same size which is determined so that all elements fit into available space. |
System.Object
System.ValueType
System.Enum
C1.WPF.Schedule.SizingType