Class MediaType.OtherProperty
Inheritance
System.Object
MediaType.OtherProperty
Assembly: Appearition.SDK.dll
[Serializable]
public class OtherProperty
Constructors
Declaration
Declaration
public OtherProperty(MediaType.OtherProperty cc)
Parameters
Properties
Declaration
public string DisplayMode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string MediaTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool ShowAnimationName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowAutoPlay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowChecksum { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowCustom { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowInteractive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowPreDownload { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowRotation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowScale { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowTranslation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods