SplitCloseThemeAnimation.ClosedLength Property

Definition

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 = splitCloseThemeAnimation.closedLength;
splitCloseThemeAnimation.closedLength = double;
Public Property ClosedLength As Double
<SplitCloseThemeAnimation ClosedLength="double"/>

Property Value

Double

double

The initial size of the target in pixels.

Applies to