GraphicsBinding.Api Property

Definition

The derived graphics binding that this instance can be cast to.

public:
 property Microsoft::Azure::RemoteRendering::GraphicsApiType Api { Microsoft::Azure::RemoteRendering::GraphicsApiType get(); };
public Microsoft.Azure.RemoteRendering.GraphicsApiType Api { get; }
member this.Api : Microsoft.Azure.RemoteRendering.GraphicsApiType
Public ReadOnly Property Api As GraphicsApiType

Property Value

Remarks

This may only be called when the RemoteRenderingClient is initialized.

Applies to