RichTextBox for WinRT
GetValue<T> Method (C1TextElement)


The type of the values of the parameter style property.
A StyleProperty.
Returns the value of a style property for this C1TextElement.
Syntax
'Declaration
 
Public Function GetValue(Of T)( _
   ByVal prop As StyleProperty _
) As T
'Usage
 
Dim instance As C1TextElement
Dim prop As StyleProperty
Dim value As T
 
value = instance.GetValue(Of T)(prop)
public T GetValue<T>( 
   StyleProperty prop
)

Parameters

prop
A StyleProperty.

Type Parameters

T
The type of the values of the parameter style property.

Return Value

The value of a style property for this C1TextElement.
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

C1TextElement Class
C1TextElement Members

 

 


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

Product Support Forum  |  Documentation Feedback