Scheduler for WinRT
SizingType Enumeration


Describes how UI element is sized with respect to the available space.
Syntax
'Declaration
 
Public Enum SizingType 
   Inherits System.Enum
'Usage
 
Dim instance As SizingType
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Xaml.Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.