| VerticalAlignGetHashCode Method  | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic override int GetHashCode()
Public Overrides Function GetHashCode As Integer
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 
Return Value
Type: 
Int32A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table.
 See Also
See Also