Northwoods.GoSilverlight 1.1.3 Assembly
GetTextAspectRatio Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : GetTextAspectRatio Method

d
any TextBlock within the visual tree of the part
Gets the value of the TextAspectRatioProperty attached dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetTextAspectRatio( _
   ByVal d As DependencyObject _
) As Double
C# 
public static double GetTextAspectRatio( 
   DependencyObject d
)

Parameters

d
any TextBlock within the visual tree of the part

Return Value

By default this returns 1.5

See Also