ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSDeclaration Class / GetValue Method / GetValue(eCSSProperty) Method
The property to get the value of.

In This Topic
GetValue(eCSSProperty) Method
In This Topic
Returns the value of the specified property as a CSSValue object.
Syntax
'Declaration
 
Public Overloads Function GetValue( _
   ByVal aProperty As eCSSProperty _
) As CSSValue
 

Parameters

aProperty
The property to get the value of.

Return Value

The CSSValue object containing the specified property's value.
See Also