TextBlockFitComparer Constructor

Namespace:  Microsoft.TeamFoundation.Controls.WPF.Converters
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    text As String, _
    reference As TextBlock _
)
public TextBlockFitComparer(
    string text,
    TextBlock reference
)
public:
TextBlockFitComparer(
    String^ text, 
    TextBlock^ reference
)
new : 
        text:string * 
        reference:TextBlock -> TextBlockFitComparer
public function TextBlockFitComparer(
    text : String, 
    reference : TextBlock
)

Parameters

.NET Framework Security

See Also

Reference

TextBlockFitComparer Class

Microsoft.TeamFoundation.Controls.WPF.Converters Namespace