SplitOpenThemeAnimation.ClosedLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the initial size of the target element in the animation direction.
public:
property double ClosedLength { double get(); void set(double value); };
double ClosedLength();
void ClosedLength(double value);
public double ClosedLength { get; set; }
var double = splitOpenThemeAnimation.closedLength;
splitOpenThemeAnimation.closedLength = double;
Public Property ClosedLength As Double
<SplitOpenThemeAnimation ClosedLength="double"/>
Property Value
Double
double
The initial size of the target in pixels.