Class FLACEncoderPage
Interaction logic for FLACEncoderPage.xaml.
Inheritance
FLACEncoderPage
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Dialogs.OutputFormats.Pages
Assembly: VisioForge.Core.dll
Syntax
public class FLACEncoderPage : Page, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, INotifyPropertyChanged, IComponentConnector
Constructors
FLACEncoderPage()
Initializes a new instance of the FLACEncoderPage class.
Declaration
public FLACEncoderPage()
Properties
Quality
Gets or sets the quality.
Declaration
public int Quality { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The quality. |
Methods
Fill(ref FLACEncoderSettings)
Fills the specified settings.
Declaration
public void Fill(ref FLACEncoderSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| FLACEncoderSettings | settings | The settings. |
GetPageType()
Gets the type of the page.
Declaration
public Type GetPageType()
Returns
| Type | Description |
|---|---|
| Type | Type. |
Init(FLACEncoderSettings)
Initializes the specified settings.
Declaration
public void Init(FLACEncoderSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| FLACEncoderSettings | settings | The settings. |
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnPropertyChanged(string)
OnPropertyChanged API.
Declaration
protected virtual void OnPropertyChanged(string propertyName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyName | Property name. |
Events
PropertyChanged
Property changed event.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| PropertyChangedEventHandler |