C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / FontAttributes Property


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