Skip to main content
Tab

VideoObjectProperties Members

Provides settings for video objects.

Constructors

Name Description
VideoObjectProperties() Initializes a new instance of the VideoObjectProperties class.
VideoObjectProperties(ASPxObjectContainer) Initializes a new instance of the VideoObjectProperties class with the specified object container control.

Properties

Name Description
AutoStart Gets or sets whether the media object starts playing automatically.
Balance Gets or sets the stereo balance.
BaseURL Gets or sets the base URL used for a relative path resolution with URL script commands that are embedded in digital media content.
CaptioningID Gets or sets the name of the element displaying the captioning.
CurrentMarker Gets or sets the current marker number.
CurrentPosition Gets or sets the playback position.
DefaultFrame Gets or sets the default target HTTP frame.
EnableContextMenu Gets or sets whether the context menu is enabled.
Enabled Gets or sets whether Windows Media Player control is enabled.
FullScreen Gets or sets whether video content is played back in full-screen mode.
InvokeURLs Gets or sets whether URL events should launch a Web browser.
Mute Gets or sets whether audio is muted.
PlayCount Gets or sets the number of times a media object will play.
PluginVersion Gets or sets the player’s plug-in version. Inherited from MediaObjectProperties.
Rate Gets or sets the current playback rate for the video.
StandByMessage Gets or sets a message that the browser displays while loading the object’s implementation and data.
StretchToFit Gets or sets whether the video displayed by the control is automatically sized to fit into the video window when the video window is larger than the dimensions of the video image.
UIMode Gets or sets a value that specifies which control elements are shown in a Player.
Volume Gets or sets the current playback volume.
WindowlessVideo Gets or sets whether the Windows Media Player control renders the video in windowless mode.

Methods

Name Description
Assign(ObjectProperties) Copies public properties from the specified ObjectProperties object to the current one.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also