Class WavPackEncoderPage
Interaction logic for WavPackEncoderPage.xaml.
Inheritance
WavPackEncoderPage
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Dialogs.OutputFormats.Pages
Assembly: VisioForge.Core.dll
Syntax
public class WavPackEncoderPage : Page, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, INotifyPropertyChanged, IComponentConnector
Constructors
WavPackEncoderPage()
Initializes a new instance of the WavPackEncoderPage class.
Declaration
public WavPackEncoderPage()
Properties
Mode
Gets or sets the format.
Declaration
public WavPackEncoderMode Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| WavPackEncoderMode | The format. |
ModeStr
Gets or sets the mode (as string).
Declaration
public string ModeStr { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The mode. |
Modes
Gets or sets the mode list.
Declaration
public ObservableCollection<string> Modes { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservableCollection<string> | The mode list. |
Methods
Fill(ref WavPackEncoderSettings)
Fills the specified settings.
Declaration
public void Fill(ref WavPackEncoderSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| WavPackEncoderSettings | settings | The settings. |
GetPageType()
Gets the type of the page.
Declaration
public Type GetPageType()
Returns
| Type | Description |
|---|---|
| Type | Type. |
Init(WavPackEncoderSettings)
Initializes the specified settings.
Declaration
public void Init(WavPackEncoderSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| WavPackEncoderSettings | 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. |
SetProperty<T>(ref T, T, string)
Sets the property.
Declaration
protected bool SetProperty<T>(ref T field, T newValue, string propertyName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| T | field | The field. |
| T | newValue | The new value. |
| string | propertyName | Name of the property. |
Returns
| Type | Description |
|---|---|
| bool |
|
Type Parameters
| Name | Description |
|---|---|
| T | T. |
Events
PropertyChanged
Property changed event.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| PropertyChangedEventHandler |