DigitalWindowBounds.NormalizedOriginTop 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 y-axis value of the top side of the digital window bounds.
public:
property double NormalizedOriginTop { double get(); void set(double value); };
double NormalizedOriginTop();
void NormalizedOriginTop(double value);
public double NormalizedOriginTop { get; set; }
var double = digitalWindowBounds.normalizedOriginTop;
digitalWindowBounds.normalizedOriginTop = double;
Public Property NormalizedOriginTop As Double
Property Value
Double
double
A normalized double value specifying the top side of the digital window bounds.