RichTextBox for WinRT
SetValue<T> Method (C1TextElement)


The type of the values of the parameter style property.
A StyleProperty.
The value to set the style property.
Sets the value of a style property of this C1TextElement.
Syntax
'Declaration
 
Public Sub SetValue(Of T)( _
   ByVal prop As StyleProperty, _
   ByVal value As T _
) 
'Usage
 
Dim instance As C1TextElement
Dim prop As StyleProperty
Dim value As T
 
instance.SetValue(Of T)(prop, value)
public void SetValue<T>( 
   StyleProperty prop,
   T value
)

Parameters

prop
A StyleProperty.
value
The value to set the style property.

Type Parameters

T
The type of the values of the parameter style property.
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