C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / FontAttributes Property


In This Topic
FontAttributes Property (C1MaskedTextField)
In This Topic
Gets or sets the attributes of the font.
Syntax
'Declaration
 
Public Property FontAttributes As Nullable(Of UIFontDescriptorSymbolicTraits)
 
'Usage
 
Dim instance As C1MaskedTextField
Dim value As Nullable(Of UIFontDescriptorSymbolicTraits)
 
instance.FontAttributes = value
 
value = instance.FontAttributes
See Also