ConvertibleElementAddressable Property
This read-only property returns true if the element is addressable (it can have an address attribute
that serves as a link target).
Namespace: Sandcastle.Core.PresentationStyle.Transformation.ElementsAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public bool Addressable { get; }
Public ReadOnly Property Addressable As Boolean
Get
public:
property bool Addressable {
bool get ();
}
member Addressable : bool with get
Property Value
Boolean