Share via


DigitalWindowCapability.Height Property

Definition

Gets the height of the capture resolution for which the capabilities are supported.

public:
 property int Height { int get(); };
int Height();
public int Height { get; }
var int32 = digitalWindowCapability.height;
Public ReadOnly Property Height As Integer

Property Value

Int32

int

The height of the capture resolution for which the capabilities are supported.

Remarks

The DigitalWindowControl.SupportedCapabilities method returns a list of capabilities supported for different capture resolutions. GetCapabilitiyForSize gets the capabilities for a specific capture resolution.

Applies to