Method | Description | |
---|---|---|
AppendItem ( ISvgLength newItem ) : ISvgLength | ||
FromString ( string listString ) : void | ||
GetItem ( uint index ) : ISvgLength | ||
Initialize ( ISvgLength newItem ) : ISvgLength | ||
InsertItemBefore ( ISvgLength newItem, uint index ) : ISvgLength | ||
RemoveItem ( uint index ) : ISvgLength | ||
ReplaceItem ( ISvgLength newItem, uint index ) : ISvgLength | ||
SvgLengthList ( ) : System | ||
SvgLengthList ( string listString ) : System | ||
SvgLengthList ( string propertyName, string listString, |
public AppendItem ( ISvgLength newItem ) : ISvgLength | ||
newItem | ISvgLength | |
return | ISvgLength |
public FromString ( string listString ) : void | ||
listString | string | |
return | void |
public Initialize ( ISvgLength newItem ) : ISvgLength | ||
newItem | ISvgLength | |
return | ISvgLength |
public InsertItemBefore ( ISvgLength newItem, uint index ) : ISvgLength | ||
newItem | ISvgLength | |
index | uint | |
return | ISvgLength |
public RemoveItem ( uint index ) : ISvgLength | ||
index | uint | |
return | ISvgLength |
public ReplaceItem ( ISvgLength newItem, uint index ) : ISvgLength | ||
newItem | ISvgLength | |
index | uint | |
return | ISvgLength |
public SvgLengthList ( string listString ) : System | ||
listString | string | |
return | System |
public SvgLengthList ( string propertyName, string listString, |
||
propertyName | string | |
listString | string | |
ownerElement | ||
direction | SvgLengthDirection | |
return | System |