IsSameAsNormalFill Method
In This Topic
Gets a boolean value indicating whether the specified
Fill is same as the Normal style's
Fill.
Syntax
'Declaration
Public Function IsSameAsNormalFill( _
ByRef As Fill _
) As Boolean
'Usage
Dim instance As Styles
Dim fill As Fill
Dim value As Boolean
value = instance.IsSameAsNormalFill(fill)
public bool IsSameAsNormalFill(
ref Fill
)
Parameters
- fill
- The fill to compare.
Return Value
true
if the specified
Fill is same as the Normal style's
Fill; otherwise,
false
.
See Also