Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Returns an int that represents the number of characters in this Element.
C#
public int Length{ get; }
vb.net
Public ReadOnly Property Length() As Integer

Examples

C#
int length = e.Length;
vb.net
Dim length As Integer = e.Length
  • No labels