ExpCompositionContent.RequestedSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property float2 RequestedSize { float2 get(); void set(float2 value); };
float2 RequestedSize();
void RequestedSize(float2 value);
public Vector2 RequestedSize { get; set; }
var vector2 = expCompositionContent.requestedSize;
expCompositionContent.requestedSize = vector2;
Public Property RequestedSize As Vector2