SplitCloseThemeAnimation.OpenedLength Property

Definition

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.

Applies to