conaito Office2Silverlight SDK
Gets or sets the info link horizontal position.

Namespace: Conaito.Office2Silverlight
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public InfoLinkHorizontalPosition InfoLinkHorizontalPosition { get; set; }
Visual Basic
Public Property InfoLinkHorizontalPosition As InfoLinkHorizontalPosition
	Get
	Set
Visual C++
public:
property InfoLinkHorizontalPosition InfoLinkHorizontalPosition {
	InfoLinkHorizontalPosition get ();
	void set (InfoLinkHorizontalPosition value);
}

Field Value

The info link horizontal position.

See Also