Control UI orientation.
Namespace: Microsoft.IdentityModel.Web.Controls
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As SignInControl
Dim value As Orientation
value = instance.Orientation
instance.Orientation = value
|
Syntax
Visual Basic |
<DefaultValueAttribute(Orientation.Vertical)> _
Public Overridable Property Orientation As Orientation
|
C# |
[DefaultValueAttribute(Orientation.Vertical)]
public virtual Orientation Orientation { get; set; }
|
C++ |
[DefaultValueAttribute(Orientation::Vertical)]
public:
virtual property Orientation Orientation {
Orientation get ();
void set (Orientation value);
}
|
J# |
/** @property */
public Orientation get_Orientation ()
/** @property */
public void set_Orientation (Orientation value)
|
JScript |
public function get Orientation () : Orientation
public function set Orientation (value : Orientation)
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also