SplitCloseThemeAnimation.OpenedLength 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 final size of the target UI element.
public:
property double OpenedLength { double get(); void set(double value); };
double OpenedLength();
void OpenedLength(double value);
public double OpenedLength { get; set; }
var double = splitCloseThemeAnimation.openedLength;
splitCloseThemeAnimation.openedLength = double;
Public Property OpenedLength As Double
<SplitCloseThemeAnimation OpenedLength="double" />
Property Value
Double
double
The final size. If left unset, the value defaults to the size of the opened target.