DisplayView.ContentResolution Property

Definition

The logical content resolution of this group of cloned DisplayPath objects. For a DisplayView in hardware clone, this will be the same value as each path's SourceResolution property.

public:
 property IReference<SizeInt32> ^ ContentResolution { IReference<SizeInt32> ^ get(); void set(IReference<SizeInt32> ^ value); };
IReference<SizeInt32> ContentResolution();

void ContentResolution(IReference<SizeInt32> value);
public System.Nullable<SizeInt32> ContentResolution { get; set; }
var iReference = displayView.contentResolution;
displayView.contentResolution = iReference;
Public Property ContentResolution As Nullable(Of SizeInt32)

Property Value

Applies to