StyleHasCustomBorder Method (GridRenderer)
In This Topic
Styles the has custom border.
Syntax
'Declaration
Public Function StyleHasCustomBorder( _
ByVal As Style _
) As Boolean
public bool StyleHasCustomBorder(
Style
)
Parameters
- style
- The style.
Return Value
True if the style has custom border, otherwise false.
See Also