LinkLabel.Right Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the distance, in points, between the right edge of the LinkLabel and the left edge of the document.
public:
property float Right { float get(); };
public float Right { get; }
member this.Right : single
Public ReadOnly Property Right As Single
Property Value
The distance, in points, between the right edge of the LinkLabel and the left edge of the document.
Examples
For a code example that demonstrates how to use this property, see Microsoft.Office.Tools.Word.Controls.Button.Right. All controls in the Microsoft.Office.Tools.Word.Controls namespace have a functionally equivalent Right
property.
Remarks
The value of the Right property is equal to the sum of the Left property value and the Width property value.
The Microsoft.Office.Tools.Word.Controls.LinkLabel.Right property uses points, whereas System.Windows.Forms.Control.Right property uses pixels.