Class AddLinkToRichTextView
Interaction logic for AddLinkToRichTextView.xaml.
Inheritance
AddLinkToRichTextView
Implements
Inherited Members
Namespace: Phoenix.Aruba.Views.Templates
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class AddLinkToRichTextView : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceAddLinkToRichTextView()
Initializes a new instance of the AddLinkToRichTextView class.
Declaration
public AddLinkToRichTextView()
Properties
View SourceCancelled
Gets or sets a value indicating whether the user canceled adding a link.
Declaration
public bool Cancelled { get; set; }
Property Value
Type | Description |
---|---|
bool |
LinkAddress
Gets or sets the link address.
Declaration
public string LinkAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkName
Gets or sets the link name.
Declaration
public string LinkName { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()