ContentSite.CoordinateConverter Property

Definition

Gets a ContentCoordinateConverter to converts between a local coordinate space and the system screen coordinates.

public:
 property ContentCoordinateConverter ^ CoordinateConverter { ContentCoordinateConverter ^ get(); };
ContentCoordinateConverter CoordinateConverter();
public ContentCoordinateConverter CoordinateConverter { get; }
var contentCoordinateConverter = contentSite.coordinateConverter;
Public ReadOnly Property CoordinateConverter As ContentCoordinateConverter

Property Value

A ContentCoordinateConverter to converts between a local coordinate space and the system screen coordinates.

Applies to