Sdílet prostřednictvím


DigitalWindowBounds.NormalizedOriginLeft Property

Definition

Gets or sets the x-axis value of the left side of the digital window bounds.

public:
 property double NormalizedOriginLeft { double get(); void set(double value); };
double NormalizedOriginLeft();

void NormalizedOriginLeft(double value);
public double NormalizedOriginLeft { get; set; }
var double = digitalWindowBounds.normalizedOriginLeft;
digitalWindowBounds.normalizedOriginLeft = double;
Public Property NormalizedOriginLeft As Double

Property Value

Double

double

A normalized double value specifying the left side of the digital window bounds.

Applies to