Class ShapeInlineBase
Represents base element for inline shape elements.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public abstract class ShapeInlineBase : InlineBase
Properties
Link
Gets or set the link.
Declaration
public string Link { get; set; }
Property Value
System.String
|