ImageCue.Extent 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.
Gets or sets the extent of the ImageCue, which is the rendered size of the assoociated image either in pixels or in percentage of available space.
public:
property TimedTextSize Extent { TimedTextSize get(); void set(TimedTextSize value); };
TimedTextSize Extent();
void Extent(TimedTextSize value);
public TimedTextSize Extent { get; set; }
var timedTextSize = imageCue.extent;
imageCue.extent = timedTextSize;
Public Property Extent As TimedTextSize
Property Value
The extent of the ImageCue