'Declaration
Public Function GetStyleFormat( _ ByVal style As IStyle _ ) As StyleFormat
'Usage
Dim instance As Styles Dim style As IStyle Dim value As StyleFormat value = instance.GetStyleFormat(style)
public StyleFormat GetStyleFormat( IStyle style )
Parameters
- style
- The IStyle to get.
Return Value
The StyleFormat value represents style format of the IStyle.