MediaTransform Property (C1MediaPlayer)
In This Topic
Gets or sets a graphics transformation that should apply to the media rectangle when layout is performed.
Syntax
'Declaration
Public Property MediaTransform As Transform
public Transform MediaTransform {get; set;}
See Also