MediaFieldValue Members
Include Protected Members
Include Inherited Members
Represents a field value for media source and display settings.
The MediaFieldValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MediaFieldValue | Initializes a new instance of a MediaFieldValue object. |
Top
Properties
Name | Description | |
---|---|---|
AutoPlay | Gets or sets whether the media should play automatically once the page has loaded. | |
DisplayMode | Gets or sets the MediaDisplayMode enumeration that represents the display mode in which to start the media player. | |
InlineHeight | Gets or sets the height of the media player while being displayed inline with the rest of the page. | |
InlineWidth | Gets or sets the width of the media player while being display inline with the rest of the page. | |
Loop | Gets or sets whether the media should restart automatically upon playing to completion. | |
MediaSource | Gets or sets the URL reference to the media. | |
PreviewImageSource | Gets or sets a URL reference to the media preview image. | |
TemplateSource | Gets or sets a URL reference to a Extensible Application Markup Language (XAML) document containing a ControlTemplate definition to be used as the media player's style or skin. | |
Title | Gets or sets the title of the media. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJsonString | Creates a MediaFieldValue object from a JavaScript Object Notation (JSON) string representation. | |
FromString | Creates a MediaFieldValue object from an HTML string representation. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Serializes the field value as an HTML definition list. (Overrides Object.ToString().) |
Top