DisplayPath.Rotation 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 how the display pipeline rotates the source frame buffer before scanning out to the target.
public:
property DisplayRotation Rotation { DisplayRotation get(); void set(DisplayRotation value); };
DisplayRotation Rotation();
void Rotation(DisplayRotation value);
public DisplayRotation Rotation { get; set; }
var displayRotation = displayPath.rotation;
displayPath.rotation = displayRotation;
Public Property Rotation As DisplayRotation
Property Value
A DisplayRotation value.