Gets or sets whether to raise or lower the specified characters above or below their baselines, relative to their heights, in this PropertyManager label.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LineOffset( _
ByVal StartChar As System.Short, _
ByVal EndChar As System.Short _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPageLabel
Dim StartChar As System.Short
Dim EndChar As System.Short
Dim value As System.Double
instance.LineOffset(StartChar, EndChar) = value
value = instance.LineOffset(StartChar, EndChar) |
C# | |
---|
System.double LineOffset(
System.short StartChar,
System.short EndChar
) {get; set;} |
C++/CLI | |
---|
property System.double LineOffset {
System.double get(System.short StartChar, System.short EndChar);
void set (System.short StartChar, System.short EndChar, System.double value);
} |
Parameters
- StartChar
- 0-based index value of start character
- EndChar
- 0-based index value of end character
Property Value
Specify:
-
0.0 to show the character on its baseline
-
-1.0 to show the character 1 character below its baseline
-
+1.0 to show the character 1 character above its baseline
Remarks
See Also
Availability
SOLIDWORKS 2008 FCS, Revision Number 16.0