-
Notifications
You must be signed in to change notification settings - Fork 520
/
readme.metadata.json
47 lines (47 loc) · 1.24 KB
/
readme.metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"category": "GraphicsOverlay",
"description": "A renderer allows you to change the style of all graphics in a graphics overlay by referencing a single symbol style. A renderer will only affect graphics that do not specify their own symbol style.",
"formal_name": "AddGraphicsRenderer",
"ignore": false,
"images": [
"addgraphicsrenderer.jpg"
],
"keywords": [
"arc",
"bezier",
"curve",
"display",
"ellipse",
"graphics",
"marker",
"overlay",
"renderer",
"segment",
"symbol",
"true curve"
],
"offline_data": [],
"redirect_from": [
"/net/latest/maui/sample-code/add-graphics-with-renderer.htm"
],
"relevant_apis": [
"CubicBezierSegment",
"EllipticArcSegment",
"GeodesicEllipseParameters",
"Geometry",
"Graphic",
"GraphicsOverlay",
"Part",
"PolygonBuilder",
"PolylineBuilder",
"SimpleFillSymbol",
"SimpleLineSymbol",
"SimpleMarkerSymbol",
"SimpleRenderer"
],
"snippets": [
"AddGraphicsRenderer.xaml.cs",
"AddGraphicsRenderer.xaml"
],
"title": "Add graphics with renderer"
}