PercentComboBox
Represents percent combo box.
Definition
Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI
Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax:
public class PercentComboBox : Control, INotifyPropertyChanged
Inheritance: objectPercentComboBox
Implements:
Constructors
Initializes a new instance of the PercentComboBox class.
public PercentComboBox()
Fields
PercentValuesProperty
DependencyProperty
Identifies Telerik.Windows.Controls.FixedDocumentViewersUI.PercentValues property.
public static readonly DependencyProperty PercentValuesProperty
RadPdfViewerProperty
DependencyProperty
Identifies Telerik.Windows.Controls.FixedDocumentViewersUI.RadPDFViewer property.
public static readonly DependencyProperty RadPdfViewerProperty
ShowFitToPageProperty
DependencyProperty
Identifies Telerik.Windows.Controls.FixedDocumentViewersUI.ShowFitToPage property.
public static readonly DependencyProperty ShowFitToPageProperty
ShowFitToWidthProperty
DependencyProperty
Identifies Telerik.Windows.Controls.FixedDocumentViewersUI.ShowFitToWidth property.
public static readonly DependencyProperty ShowFitToWidthProperty
ValueProperty
DependencyProperty
Identifies Telerik.Windows.Controls.FixedDocumentViewersUI.Value property.
public static readonly DependencyProperty ValueProperty
Properties
Gets the additional group is displayed.
public bool AdditionalGroupIsDisplayed { get; }
The additional group is displayed.
Gets the percent items group is displayed.
public bool PercentItemsGroupIsDisplayed { get; }
The percent items group is displayed.
Gets or sets the percent values.
public IList PercentValues { get; set; }
The percent values.
Gets or sets the RAD PDF viewer.
public RadPdfViewer RadPdfViewer { get; set; }
The RAD PDF viewer.
Gets or sets the show fit to page.
public bool ShowFitToPage { get; set; }
The show fit to page.
Gets or sets the width of the show fit to.
public bool ShowFitToWidth { get; set; }
The width of the show fit to.
Methods
public override void OnApplyTemplate()
Events
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged
Implements: