C1.Win.8 Assembly / C1.Win.Themes Namespace / StyledPropertyCollection Class / GetProperty Method
Styled property name.

GetProperty Method (StyledPropertyCollection)
Gets value of the specified styled property.
Syntax
'Declaration
 
Public Function GetProperty( _
   Optional ByVal name As String _
) As Object
 

Parameters

name
Styled property name.

Return Value

Styled property value.
Exceptions
ExceptionDescription
The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.
The exception that is thrown when trying to use uninitialized C1.Win.Themes.StyledPropertyCollection.StyledProperty.
See Also