Class ShapeInlineBase
Abstract base for inline shape elements that flow with text, providing shared shape properties and link support for derived image and drawing types.
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 sets the hyperlink URL associated with this shape, enabling click navigation when the shape is rendered.
Declaration
public string Link { get; set; }
Property Value
|
System.String
|