Class Widget
Represents a form widget.
Inheritance
System.Object
Widget
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class Widget : Object, INotifyPropertyChanged
Properties
BackgroundColor
Gets or sets the background color of the form widget.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
BorderColor
Gets or sets the border color of the form widget.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
BorderWidth
Gets or sets the border width of the form widget.
Declaration
public float BorderWidth { get; set; }
Property Value
Type |
---|
System.Single |
Field
Gets the form field associated with the widget.
Declaration
public FormField Field { get; }
Property Value
Type |
---|
FormField |
ForegroundColor
Gets or sets the foreground color of the form widget.
Declaration
public Color ForegroundColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
Events
PropertyChanged
Occurs when a property value is changed
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged