Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Padding Structure / GetHashCode Method

In This Topic
    GetHashCode Method (Padding)
    In This Topic
    Generates a hash code for the current System.Windows.Forms.Padding.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetHashCode() As Integer
    public override int GetHashCode()

    Return Value

    A 32-bit signed integer hash code.
    See Also