ComponentOne Xamarin.Android
FontAttributes Property (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : FontAttributes Property
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
public Nullable<TypefaceStyle> FontAttributes {get; set;}
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members