'Declaration Public Overloads Overrides Sub Apply( _ ByVal element As GridElement _ )
'Usage Dim instance As GridStyle Dim element As GridElement instance.Apply(element)
public override void Apply( GridElement element )
Parameters
- element
- A reference to a GridElement object representing the grid element to which to apply the style.