New to Telerik UI for WPFStart a free 30-day trial

Represents percent combo box.

Definition

Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI

Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll

Syntax:

C#
public class PercentComboBox : Control, INotifyPropertyChanged

Inheritance: objectPercentComboBox

Implements: INotifyPropertyChanged

Constructors

Initializes a new instance of the PercentComboBox class.

C#
public PercentComboBox()

Fields

PercentValuesProperty

DependencyProperty

Identifies Telerik.Windows.Controls.FixedDocumentViewersUI.PercentValues property.

C#
public static readonly DependencyProperty PercentValuesProperty

RadPdfViewerProperty

DependencyProperty

Identifies Telerik.Windows.Controls.FixedDocumentViewersUI.RadPDFViewer property.

C#
public static readonly DependencyProperty RadPdfViewerProperty

ShowFitToPageProperty

DependencyProperty

Identifies Telerik.Windows.Controls.FixedDocumentViewersUI.ShowFitToPage property.

C#
public static readonly DependencyProperty ShowFitToPageProperty

ShowFitToWidthProperty

DependencyProperty

Identifies Telerik.Windows.Controls.FixedDocumentViewersUI.ShowFitToWidth property.

C#
public static readonly DependencyProperty ShowFitToWidthProperty

ValueProperty

DependencyProperty

Identifies Telerik.Windows.Controls.FixedDocumentViewersUI.Value property.

C#
public static readonly DependencyProperty ValueProperty

Properties

Gets the additional group is displayed.

C#
public bool AdditionalGroupIsDisplayed { get; }
Property Value:

The additional group is displayed.

Gets the percent items group is displayed.

C#
public bool PercentItemsGroupIsDisplayed { get; }
Property Value:

The percent items group is displayed.

Gets or sets the percent values.

C#
public IList PercentValues { get; set; }
Property Value:

The percent values.

Gets or sets the RAD PDF viewer.

C#
public RadPdfViewer RadPdfViewer { get; set; }
Property Value:

The RAD PDF viewer.

Gets or sets the show fit to page.

C#
public bool ShowFitToPage { get; set; }
Property Value:

The show fit to page.

Gets or sets the width of the show fit to.

C#
public bool ShowFitToWidth { get; set; }
Property Value:

The width of the show fit to.

Gets or sets the value.

C#
public double Value { get; set; }
Property Value:

The value.

Methods

C#
public override void OnApplyTemplate()
C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged