DigitalWindowBounds.NormalizedOriginLeft 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 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.