Scheduler for WinRT
CoverElementsSize Property


Gets or sets a System.Double value, determining the size of the cover elements. This is dependency property.
Syntax
'Declaration
 
Public Property CoverElementsSize As Double
'Usage
 
Dim instance As CoverElementsPane
Dim value As Double
 
instance.CoverElementsSize = value
 
value = instance.CoverElementsSize
public double CoverElementsSize {get; set;}
Remarks
This property value determines either height or width of the cover elements depending on the Orientation property value. For horizontal orientation this property determines element height, and for vertical orientation it determines element width. Note, this property only makes sense if SizingType property value is SizingType.Fixed or SizingType.ExtendedSingle.
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

CoverElementsPane Class
CoverElementsPane Members

 

 


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