RichTextBox for WinRT
LocationOffset Property


Gets or sets the offset from the vertical position defined in the Location property.
Syntax
'Declaration
 
Public Property LocationOffset As System.Double
'Usage
 
Dim instance As C1TextDecoration
Dim value As System.Double
 
instance.LocationOffset = value
 
value = instance.LocationOffset
public System.double LocationOffset {get; set;}
Remarks
A positive value moves the decoration down, while a negative value moves it up. The final offset value depends on the value of the LocationOffsetUnit property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1TextDecoration Class
C1TextDecoration Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback