HasValue Method (StyleInfoBase)
Indicates whether the specified property has been initialized for the current object.
Syntax
'Declaration Public Function HasValue( _ ByVal sip As StyleInfoProperty _ ) As Boolean
'Usage Dim instance As StyleInfoBase Dim sip As StyleInfoProperty Dim value As Boolean value = instance.HasValue(sip)
public bool HasValue( StyleInfoProperty sip )
Parameters
- sip
- A StyleInfoProperty that identifies the property to operate on.
AssemblyVersion
Syncfusion.Shared.Base: 17.3460.0.26
See Also