[]
        
(Showing Draft Content)

C1.Win.Design.C1ScrollableControlDesigner.GetPropertyValue

GetPropertyValue Method

GetPropertyValue<T>(string)

Sets the value to the specific property.

Declaration
public T GetPropertyValue<T>(string propertyName) where T : Type
Public Function GetPropertyValue(Of T As Type)(propertyName As String) As T
Parameters
Type Name Description
string propertyName
Returns
Type Description
T
Type Parameters
Name Description
T

GetPropertyValue(string)

Sets the value to the specific property.

Declaration
public object GetPropertyValue(string propertyName)
Public Function GetPropertyValue(propertyName As String) As Object
Parameters
Type Name Description
string propertyName
Returns
Type Description
object