Northwoods.GoSilverlight 2.1.1 Assembly
Parse(String) Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Spot Structure > Parse Method : Parse(String) Method

source

Glossary Item Box

Convert a string into a Spot value.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Parse( _
   ByVal source As String _
) As Spot
C# 
public static Spot Parse( 
   string source
)

Parameters

source

Remarks

The string can be up to four numbers separated by spaces. The first number is X, the second number is Y, the third number is OffsetX, the fourth number is OffsetY. Missing numbers default to zero.

The string can also be any of the named special spot values, such as "None", "Center", "TopLeft", "TopSide", "LeftRightSides", "AllSides", or any other of the predefined field names that are spots.

Requirements

See Also

© 2013 All Rights Reserved.