Scheduler for WPF
SizingType 列挙体

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 : SizingType 列挙体
Describes how UI element is sized with respect to the available space.
シンタックス
'宣言
 
Public Enum SizingType 
   Inherits System.Enum
public enum SizingType : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.WPF.Schedule 名前空間