Class OrientationAttribute
Normally this is only used for a whiteboard or presentation tool. It specifies the orientation of a the workspace on the screen. It is a media-level attribute. Permitted values are "portrait", "landscape", and "seascape" (upside-down landscape). It is not dependent on charset.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class OrientationAttribute : Attribute
Constructors
OrientationAttribute(String)
Initializes a new instance of the OrientationAttribute class.
Declaration
public OrientationAttribute(string orientation)
Parameters
Type | Name | Description |
---|---|---|
System.String | orientation | The orientation of a workspace on the screen. See Orientation for possible values. |
Properties
Orientation
Gets or sets the orientation of a workspace on the screen. See Orientation for possible values.
Declaration
public string Orientation { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FromAttributeValue(String)
Initializes a new instance of the OrientationAttribute class.
Declaration
public static OrientationAttribute FromAttributeValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The attribute value. |
Returns
Type | Description |
---|---|
OrientationAttribute |
GetAttributeValue()
Gets the internal value of the attribute.
Declaration
protected override string GetAttributeValue()
Returns
Type | Description |
---|---|
System.String |