Class PdfLoadingIndicator
Interaction logic for PdfLoadingIndicator.xaml
Inheritance
System.Object
PdfLoadingIndicator
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PdfLoadingIndicator : Control, INotifyPropertyChanged
Constructors
PdfLoadingIndicator()
Declaration
public PdfLoadingIndicator()
Properties
LoaderColor
Gets or Sets the Color of loading indicator
Declaration
public Color LoaderColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
LoadingMessage
Gets or Sets the Message to be displayed while loading
Declaration
public string LoadingMessage { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnApplyTemplate()
Overrides the System.Windows.FrameworkElement.OnApplyTemplate method to get invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnPropertyChanged(PropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this PdfLoadingIndicator has been updated.
Declaration
public void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.PropertyChangedEventArgs | e | Event data that will specify the name of the property that changed. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged