Hide Comments
Hide Comments

Comments (0)

Defines the features for the SVG ‘requiredFeatures’ attribute. In some cases the features map directly to a set of attributes, properties or elements, in others they represent some functionality of the user agent (that it is a dynamic viewer for example)

Namespace: FMX.RS.SVGTypes

expandingSyntax

Delphi

type 
  TSVGFeature = ( 
  sfUnknown, 
  sfSVG,  
  sfSVGDOM,  
  sfSVGstatic,  
  sfSVGDOMstatic,  
  sfSVGanimation,  
  sfSVGDOManimation,  
  sfSVGdynamic,  
  sfSVGDOMdynamic,  
  sfCoreAttribute,  
  sfStructure,  
  sfBasicStructure,  
  sfContainerAttribute,  
  sfConditionalProcessing,  
  sfImage,  
  sfStyle,  
  sfViewportAttribute,  
  sfShape,  
  sfText,  
  sfBasicText,  
  sfPaintAttribute,  
  sfBasicPaintAttribute,  
  sfOpacityAttribute,  
  sfGraphicsAttribute,  
  sfBasicGraphicsAttribute,  
  sfMarker,  
  sfColorProfile,  
  sfGradient,  
  sfPattern,  
  sfClip,  
  sfMask,  
  sfFilter,  
  sfXlinkAttribute,  
  sfFont,  
  sfBasicFont,  
  sfExtensibility,  
  sfHyperlinking,  
  sfScripting,  
  sfView,  
  sfCursor,  
  sfAnimation,  
  sfGraphicalEventsAttribute,  
  sfDocumentEventsAttribute,  
  sfAnimationEventsAttribute  
  ); 
 

expandingMembers

 

Name

Description

public enummember

sfAnimation

Represents constant sfAnimation.

public enummember

sfAnimationEventsAttribute

Represents constant sfAnimationEventsAttribute.

public enummember

sfBasicFont

Represents constant sfBasicFont.

public enummember

sfBasicGraphicsAttribute

Represents constant sfBasicGraphicsAttribute.

public enummember

sfBasicPaintAttribute

Represents constant sfBasicPaintAttribute.

public enummember

sfBasicStructure

Represents constant sfBasicStructure.

public enummember

sfBasicText

Represents constant sfBasicText.

public enummember

sfClip

Represents constant sfClip.

public enummember

sfColorProfile

Represents constant sfColorProfile.

public enummember

sfConditionalProcessing

Represents constant sfConditionalProcessing.

public enummember

sfContainerAttribute

Represents constant sfContainerAttribute.

public enummember

sfCoreAttribute

Represents constant sfCoreAttribute.

public enummember

sfCursor

Represents constant sfCursor.

public enummember

sfDocumentEventsAttribute

Represents constant sfDocumentEventsAttribute.

public enummember

sfExtensibility

Represents constant sfExtensibility.

public enummember

sfFilter

Represents constant sfFilter.

public enummember

sfFont

Represents constant sfFont.

public enummember

sfGradient

Represents constant sfGradient.

public enummember

sfGraphicalEventsAttribute

Represents constant sfGraphicalEventsAttribute.

public enummember

sfGraphicsAttribute

Represents constant sfGraphicsAttribute.

public enummember

sfHyperlinking

Represents constant sfHyperlinking.

public enummember

sfImage

Represents constant sfImage.

public enummember

sfMarker

Represents constant sfMarker.

public enummember

sfMask

Represents constant sfMask.

public enummember

sfOpacityAttribute

Represents constant sfOpacityAttribute.

public enummember

sfPaintAttribute

Represents constant sfPaintAttribute.

public enummember

sfPattern

Represents constant sfPattern.

public enummember

sfScripting

Represents constant sfScripting.

public enummember

sfShape

Represents constant sfShape.

public enummember

sfStructure

Represents constant sfStructure.

public enummember

sfStyle

Represents constant sfStyle.

public enummember

sfSVG

Represents constant sfSVG.

public enummember

sfSVGanimation

Represents constant sfSVGanimation.

public enummember

sfSVGDOM

Represents constant sfSVGDOM.

public enummember

sfSVGDOManimation

Represents constant sfSVGDOManimation.

public enummember

sfSVGDOMdynamic

Represents constant sfSVGDOMdynamic.

public enummember

sfSVGDOMstatic

Represents constant sfSVGDOMstatic.

public enummember

sfSVGdynamic

Represents constant sfSVGdynamic.

public enummember

sfSVGstatic

Represents constant sfSVGstatic.

public enummember

sfText

Represents constant sfText.

public enummember

sfUnknown

Represents constant sfUnknown.

public enummember

sfView

Represents constant sfView.

public enummember

sfViewportAttribute

Represents constant sfViewportAttribute.

public enummember

sfXlinkAttribute

Represents constant sfXlinkAttribute.

Top

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb