←Select platform

Href Property

Summary

The href data

Syntax

C#
VB
Java
Objective-C
C++
public string Href { get; set; } 
Public Property Href As String 
@property (nonatomic, copy, nullable) NSString *hRef 
public String getHref() 
public void setHref(String value) 
             
public: 
property String^ Href { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The href data as a raw string.

Remarks

Refer to Parse for more information.

Example

For an example, refer to SvgDocument.EnumerateElements

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly